forked from uncloud/uncloud
v3: link product to resource
This commit is contained in:
parent
27462a4d0d
commit
42e200b564
16 changed files with 237 additions and 43 deletions
|
|
@ -38,6 +38,8 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'app',
|
||||
'uauth'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
@ -100,6 +102,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
},
|
||||
]
|
||||
|
||||
AUTH_USER_MODEL = 'uauth.User'
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/4.0/topics/i18n/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue