angrybeanie_wagtail/env/lib/python3.12/site-packages/telepath/test_settings.py

8 lines
122 B
Python
Raw Normal View History

2025-07-25 21:32:16 +10:00
INSTALLED_APPS = [
'telepath',
'django.contrib.staticfiles',
]
SECRET_KEY = 'not needed'
STATIC_URL = '/static/'