settings
+ change data (username, name, email)
This commit is contained in:
parent
05ee124c6d
commit
ed52d5c8c4
13 changed files with 130 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
|
|||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'settings_app',
|
||||
'user_manager',
|
||||
'object_adder',
|
||||
'django.contrib.admin',
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ urlpatterns = [
|
|||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('', include('user_manager.urls')),
|
||||
path('add/', include('object_adder.urls')),
|
||||
path('list/', include('object_lister.urls'))
|
||||
|
||||
path('list/', include('object_lister.urls')),
|
||||
path('settings/', include('settings_app.urls')),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue