Browse Source

static files

environments/production/deployments/6
Hugo LEVY-FALK 7 years ago
parent
commit
66552dfaec
  1. 1
      comet/comet/settings.py

1
comet/comet/settings.py

@ -119,5 +119,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/ # https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
LOGIN_URL = '/admin/login' LOGIN_URL = '/admin/login'

Loading…
Cancel
Save