1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Install the "core" app

This commit is contained in:
Steffo 2021-04-05 01:29:02 +02:00
parent 99080ee927
commit 7edcb21a15

View file

@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
'sophon.core',
]
MIDDLEWARE = [