from django.conf.urls import patterns, url urlpatterns = patterns('', url(r'^/?$', 'cashonly_legacy_api.api.cashapi'), )