Initial commit
This commit is contained in:
7
env/lib/python3.10/site-packages/telepath/test_settings.py
vendored
Normal file
7
env/lib/python3.10/site-packages/telepath/test_settings.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
INSTALLED_APPS = [
|
||||
'telepath',
|
||||
'django.contrib.staticfiles',
|
||||
]
|
||||
|
||||
SECRET_KEY = 'not needed'
|
||||
STATIC_URL = '/static/'
|
||||
Reference in New Issue
Block a user