Fixed a bug which was causing the embed widget to be unusable in Grappelli 2.3.8.
[philo.git] / docs / dummy-settings.py
1 DATABASES = {
2     'default': {
3         'ENGINE': 'django.db.backends.sqlite3',
4         'NAME': 'db.sl3'
5     }
6 }