diff --git a/liby/settings.py b/liby/settings.py index 0cb09a9..443abec 100755 --- a/liby/settings.py +++ b/liby/settings.py @@ -1,5 +1,8 @@ # Django settings for liby project. -from liby.secrets import * +try: + from liby.secrets import * +except ImportError: + pass DEBUG = True TEMPLATE_DEBUG = DEBUG diff --git a/src/djangorecipe b/src/djangorecipe new file mode 160000 index 0000000..a195a3b --- /dev/null +++ b/src/djangorecipe @@ -0,0 +1 @@ +Subproject commit a195a3b729e67bf2734f9782567c7f3dc6598efb