Created Accounts App
This commit is contained in:
6
core/accounts/urls.py
Normal file
6
core/accounts/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path # type: ignore
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.home)
|
||||
]
|
||||
Reference in New Issue
Block a user