chore: re-initialize git repository for deployment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls import include, url,static
|
||||
import selfhelp.views
|
||||
|
||||
urlpatterns = [
|
||||
url(r"(?P<model>\w+)/(?P<object_id>\d+)/pay", selfhelp.views.pay_action),
|
||||
]
|
||||
Reference in New Issue
Block a user