Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-10-23 21:09:46 +08:00
commit c92d80c7fd
637 changed files with 73212 additions and 0 deletions

View file

View file

@ -0,0 +1,5 @@
from django.urls import path, include
urlpatterns = [
path('accounts/', include('djoser.urls'))
]