diff --git a/djing/local_settings.py.example b/djing/local_settings.py.example index 3fc5255..405213f 100644 --- a/djing/local_settings.py.example +++ b/djing/local_settings.py.example @@ -1,7 +1,6 @@ """ Custom settings for each system """ -import os DEBUG = True @@ -14,8 +13,6 @@ PAGINATION_ITEMS_PER_PAGE = 20 # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!YOUR SECRET KEY!!!!!!!!!!!!!!!!!!!!!!!!' -BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) - DATABASES = { 'default': { 'OPTIONS': {