First Commit
This commit is contained in:
commit
ce0758fbbb
496 changed files with 52062 additions and 0 deletions
7
maintenance/urls.py
Normal file
7
maintenance/urls.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
app_name = "maintenance"
|
||||
urlpatterns = [
|
||||
path('', views.info, name="info"),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue