From 042428312619a3c3960cf59f0e3ebe5432366859 Mon Sep 17 00:00:00 2001 From: Andraz Brodnik Date: Sat, 2 Mar 2013 00:29:34 +0100 Subject: [PATCH] Secrets are not needed. --- liby/settings.py | 5 ++++- src/djangorecipe | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 src/djangorecipe 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