mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🐛 Enable django.contrib.postgres
This commit is contained in:
parent
b4555a2040
commit
db6dd5b696
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.postgres',
|
||||
'rest_framework',
|
||||
'sophon.core', # FIXME: Is .apps.CoreConfig not needed?
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue