Fixed config not pointing to itself and added djoser

This commit is contained in:
Keannu Christian Bernasol 2023-02-28 00:44:07 +08:00
parent d050013571
commit b95f17a358
6 changed files with 10 additions and 7 deletions

View file

@ -2,4 +2,5 @@ from django.contrib import admin
from django.urls import path, include
urlpatterns = [
path('accounts/', include('djoser.urls'))
]