Merged the contribution information from the ithinksw.org philo wiki into the documen...
[philo.git] / docs / dummy-settings.py
1 DATABASES = {
2     'default': {
3         'ENGINE': 'django.db.backends.sqlite3',
4         'NAME': 'db.sl3'
5     }
6 }