From d295a0bdc20ef54a1a76f5f05b0ced0d0ebd3230 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 21 Feb 2015 23:05:08 +0100 Subject: [PATCH] Re-add settings/__init__.py That shouldn't have been removed. Oops. Now I also added a notice to anyone who may be looking at the otherwise pretty empty file in the future. --- settings/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 settings/__init__.py diff --git a/settings/__init__.py b/settings/__init__.py new file mode 100644 index 0000000..c63d5ca --- /dev/null +++ b/settings/__init__.py @@ -0,0 +1 @@ +# PLACEHOLDER, DO NOT DELETE THIS FILE