settings
+ change data (username, name, email)
This commit is contained in:
parent
05ee124c6d
commit
ed52d5c8c4
13 changed files with 130 additions and 4 deletions
6
invsystem/settings_app/urls.py
Normal file
6
invsystem/settings_app/urls.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name='settings_index'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue