Fixing images
This commit is contained in:
parent
bcfb4c8e98
commit
8e91d87fcc
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue