mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Add SECRET_KEY for tests
This commit is contained in:
parent
c64eee40b3
commit
14be033b7f
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