Added a 'how are we different' section to the 'what is philo' page.
[philo.git] / docs / dummy-settings.py
1 DATABASES = {
2     'default': {
3         'ENGINE': 'django.db.backends.sqlite3',
4         'NAME': 'db.sl3'
5     }
6 }