mybuddy/babybuddy/settings/ci.py

10 lines
236 B
Python
Raw Normal View History

2017-12-01 04:10:08 +00:00
from .base import *
2022-02-10 00:00:30 +00:00
SECRET_KEY = "CISECRETKEYIGUESS"
2017-12-01 04:10:08 +00:00
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.0/howto/static-files/
2022-02-10 00:00:30 +00:00
STATICFILES_STORAGE = "django.contrib.staticfiles.storage.StaticFilesStorage"