git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Generalized the 'single step' case in TreeEntity.get_path to include the case where...
[philo.git]
/
docs
/
dummy-settings.py
diff --git
a/docs/dummy-settings.py
b/docs/dummy-settings.py
index
e69de29
..
7e424ab
100644
(file)
--- a/
docs/dummy-settings.py
+++ b/
docs/dummy-settings.py
@@
-0,0
+1,6
@@
+DATABASES = {
+ 'default': {
+ 'ENGINE': 'django.db.backends.sqlite3',
+ 'NAME': 'db.sl3'
+ }
+}
\ No newline at end of file