Fixing images

This commit is contained in:
Matvey Kukuy 2022-06-14 17:12:14 +03:00
parent bcfb4c8e98
commit 8e91d87fcc

View file

@ -226,9 +226,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = "/static/"
STATICFILES_DIRS = [
"./static",
]
STATIC_ROOT = "./static/"
CELERY_BROKER_URL = "amqp://rabbitmq:rabbitmq@localhost:5672"