mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Initial commit
This commit is contained in:
commit
83682bead6
12 changed files with 466 additions and 0 deletions
0
stude/api/__init__.py
Normal file
0
stude/api/__init__.py
Normal file
6
stude/api/urls.py
Normal file
6
stude/api/urls.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue