fix docker-django/cron problem
This commit is contained in:
@@ -120,7 +120,7 @@ USE_TZ = True
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/5.2/howto/static-files/
|
||||
|
||||
STATIC_URL = 'static/'
|
||||
STATIC_URL = '/static/'
|
||||
STATICFILES_DIRS = [BASE_DIR / 'static']
|
||||
# STATIC_ROOT could be set for collectstatic in production
|
||||
# STATIC_ROOT = BASE_DIR / 'staticfiles'
|
||||
|
Reference in New Issue
Block a user