mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Add SECRET_KEY for testing
This commit is contained in:
parent
96e2365a26
commit
d21e329b82
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ DATABASES = {
|
|||
},
|
||||
}
|
||||
|
||||
SECRET_KEY = '_uobce43e5osp8xgzle*yag2_16%y$sf*5(12vfg25hpnxik_*'
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue