Add: base user app for user specific settings
This commit is contained in:
parent
a119e041bf
commit
5de12311c4
4 changed files with 78 additions and 2 deletions
|
@ -3,4 +3,4 @@ from django.apps import AppConfig
|
|||
|
||||
class UsersConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'users'
|
||||
name = 'apps.user'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue