We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89145fd commit e1c7428Copy full SHA for e1c7428
ptb_website/urls.py
@@ -18,6 +18,6 @@
18
19
20
urlpatterns = [
21
- url(r'^admin/', include(admin.site.urls)),
+ url(r'^admin/', admin.site.urls),
22
url(r'^', include('website.urls'))
23
]
requirements.txt
@@ -1,4 +1,4 @@
1
-django
+django>=2
2
cherrypy
3
paste
4
git+https://github.com/natevw/django-sameas.git@master#egg=django-sameas
0 commit comments