Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
for #181: use fork of django-rest-swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Apr 26, 2016
1 parent 079f53a commit 91e4f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dashboard/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@

# django urls
url(r'^admin/', admin.site.urls),

url(r'^api/v1/', include('api.urls')),
]

urlpatterns += i18n_patterns(
# our app urls
url(r'^$', dashboard_views.Home.as_view(), name='home'),
url(r'^api/v1/', include('api.urls')),
url(r'^push/', include('push.urls')),
url(r'^accounts/login/$', dashboard_views.Login.as_view(), name='login'),
)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ django-csp==2.0.3
django-extensions==1.6.1
django-pipeline==1.6.8
djangorestframework==3.3.3
django-rest-swagger==0.3.5
https://github.com/groovecoder/django-rest-swagger/archive/7446fa8.zip#egg=django-rest-swagger
django-waffle==0.11
dnslib==0.9.6
ecdsa==0.13
Expand Down

0 comments on commit 91e4f33

Please sign in to comment.