7 lines
122 B
Python
7 lines
122 B
Python
INSTALLED_APPS = [
|
|
'telepath',
|
|
'django.contrib.staticfiles',
|
|
]
|
|
|
|
SECRET_KEY = 'not needed'
|
|
STATIC_URL = '/static/'
|