Added login.html, Added login view , Added login form,Created Donation Django Model
This commit is contained in:
parent
d7f7d498f5
commit
da9169c4ce
72 changed files with 30815 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ urlpatterns = [ url(r'^index.html$', LandingView.as_view()),
|
|||
url(r'^railshosting/', RailsHostingView.as_view(), name="rails.hosting"),
|
||||
url(r'^nodehosting/', NodeJSHostingView.as_view(), name="node.hosting"),
|
||||
url(r'^djangohosting/', DjangoHostingView.as_view(), name="django.hosting"),
|
||||
url(r'^nosystemd/', include('nosystemd.urls'), name="nosystemd"),
|
||||
url(r'^taggit_autosuggest/', include('taggit_autosuggest.urls')),
|
||||
url(r'^jsi18n/(?P<packages>\S+?)/$',
|
||||
'django.views.i18n.javascript_catalog'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue