v3: link product to resource

This commit is contained in:
Nico Schottelius 2022-01-02 19:34:55 +01:00
commit 42e200b564
16 changed files with 237 additions and 43 deletions

View file

@ -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/