mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Core URLs at the end to hoover up everything.
This commit is contained in:
parent
92c5a75ff7
commit
537dc18f41
@ -15,9 +15,11 @@ Including another URLconf
|
||||
"""
|
||||
from django.conf.urls import include, url
|
||||
from django.contrib import admin
|
||||
from registration import urls as auth_urls
|
||||
from core import urls as core_urls
|
||||
|
||||
urlpatterns = [
|
||||
url('^', include(core_urls)),
|
||||
url('^', include(auth_urls)),
|
||||
url(r'^admin/', admin.site.urls),
|
||||
url('^', include(core_urls)),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user