Added/tweaked docs for exceptions, middleware, and signals. Minor formatting tweaks...
[philo.git] / docs / dummy-settings.py
index e69de29..7e424ab 100644 (file)
@@ -0,0 +1,6 @@
+DATABASES = {
+    'default': {
+        'ENGINE': 'django.db.backends.sqlite3',
+        'NAME': 'db.sl3'
+    }
+}
\ No newline at end of file