settings
+ change data (username, name, email)
This commit is contained in:
parent
05ee124c6d
commit
ed52d5c8c4
13 changed files with 130 additions and 4 deletions
5
invsystem/settings_app/apps.py
Normal file
5
invsystem/settings_app/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SettingsAppConfig(AppConfig):
|
||||
name = 'settings_app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue