diff --git a/shelfzilla/settings/develop.py b/shelfzilla/settings/develop.py new file mode 100644 index 0000000..1ec7573 --- /dev/null +++ b/shelfzilla/settings/develop.py @@ -0,0 +1,5 @@ +from .production import * + + +DEBUG = True +TEMPLATE_DEBUG = True