remove the STATIC_ROOT option

django throws a lot of errors with it.
This commit is contained in:
Andreas Zweili 2019-06-10 22:24:48 +02:00
parent 79e8ebe769
commit 9647da27f8

View File

@ -125,8 +125,6 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_ROOT = 'static/'
STATIC_URL = '/static/'
STATICFILES_DIRS = [