Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Added the mobileu urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dbreedt committed May 7, 2015
1 parent 200fc2e commit 64e5fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oneplusmvp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
(r"^summernote/", include("django_summernote.urls")),
url(r'^', include('oneplus.urls')),
(r'^grappelli/', include('grappelli.urls')),
url(r'^admin/', include(admin.site.urls))
url(r'^', include('mobileu.urls')),
url(r'^admin/', include(admin.site.urls)),
) + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

urlpatterns += staticfiles_urlpatterns()

0 comments on commit 64e5fea

Please sign in to comment.