Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-06-26 18:58:20 +08:00
commit 83682bead6
12 changed files with 466 additions and 0 deletions

0
stude/api/__init__.py Normal file
View file

6
stude/api/urls.py Normal file
View file

@ -0,0 +1,6 @@
from django.contrib import admin
from django.urls import path, include
urlpatterns = [
]