Files
2024-08-27 20:33:44 +02:00

8 lines
122 B
Python

INSTALLED_APPS = [
'telepath',
'django.contrib.staticfiles',
]
SECRET_KEY = 'not needed'
STATIC_URL = '/static/'