Skip to content

Commit

Permalink
Merge pull request #133 from croth1/cleanup_requirements
Browse files Browse the repository at this point in the history
updated django & cleaned up dependencies
  • Loading branch information
Christian Roth committed Aug 7, 2018
2 parents d5078b3 + 58157cc commit 7752542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 3 additions & 5 deletions requirements.txt
@@ -1,11 +1,9 @@
Django
django-secure
django-registration
django-ipware
django>=2.0.8,<2.1
django-widget-tweaks
django-dbbackup
django-ipware
mysqlclient
Celery
celery
redis
pyyaml
requests
3 changes: 0 additions & 3 deletions webserver/urls.py
Expand Up @@ -22,9 +22,6 @@


urlpatterns = [
url(r'^accounts/', include('registration.backends.hmac.urls')),
url(r'^login/$', auth_views.login, name='login'),
url(r'^logout/$', auth_views.logout, name='logout'),
url(r'^admin/', admin.site.urls),
url(r'^', include('bammmotif.urls')),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
Expand Down

0 comments on commit 7752542

Please sign in to comment.