Skip to content

Commit

Permalink
1.8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jan 16, 2017
1 parent d6e5405 commit 4122398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions openCommittee/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
router.register(r'bills', views.BillViewSet)
router.register(r'ministers', views.MinisterViewSet)
router.register(r'meetings', views.MeetingsViewSet)
urlpatterns = patterns('',
urlpatterns = [
# Examples:
# url(r'^$', 'openCommittee.views.home', name='home'),
# url(r'^blog/', include('blog.urls')),
Expand Down Expand Up @@ -41,4 +41,4 @@
url(r'^api/', include(router.urls)),
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),

) + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dj-database-url==0.3.0
dj-static==0.0.5
Django==1.6.2
dj-static==0.0.6
Django==1.8
django-extensions==1.3.3
django-postgrespool==0.3.0
django-toolbelt==0.0.1
Expand All @@ -25,4 +25,4 @@ six==1.6.1
South==1.0
SQLAlchemy==1.0.6
static==1.0.2
wheel==0.24.0
static3==0.7.0

0 comments on commit 4122398

Please sign in to comment.