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