mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
WIP: Begin ae app with subscription handling
This commit is contained in:
@ -21,5 +21,6 @@ handler404 = "core.views.not_found"
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^', include('core.urls', namespace="core", app_name="core")),
|
||||
url(r'^ae/', include('ae.urls', namespace="ae", app_name="ae")),
|
||||
url(r'^admin/', include(admin.site.urls)),
|
||||
]
|
||||
|
Reference in New Issue
Block a user