From 7ea360b5d4f67e80d9ca570e36ec5f6c02d92b50 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sun, 26 Nov 2017 11:16:57 +1100 Subject: [PATCH] Configure site title --- eosweb/core/settings.py | 2 ++ eosweb/core/templates/base.html | 3 ++- eosweb/core/templates/index.html | 2 ++ eosweb/core/templates/semantic_base.html | 2 +- local_settings.example.py | 12 ++++++++++++ 5 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 local_settings.example.py diff --git a/eosweb/core/settings.py b/eosweb/core/settings.py index 112752e..e4e4e0f 100644 --- a/eosweb/core/settings.py +++ b/eosweb/core/settings.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +ORG_NAME = 'FIXME' + BASE_URI = 'http://localhost:5000' MONGO_URI = 'mongodb://localhost:27017/' diff --git a/eosweb/core/templates/base.html b/eosweb/core/templates/base.html index e4ef317..f2b2d4d 100644 --- a/eosweb/core/templates/base.html +++ b/eosweb/core/templates/base.html @@ -25,7 +25,8 @@ {% block basecontent %}