Dmitry Novikov 7 years ago
parent
commit
ff9790be39
  1. 3
      djing/local_settings.py.example

3
djing/local_settings.py.example

@ -1,7 +1,6 @@
""" """
Custom settings for each system Custom settings for each system
""" """
import os
DEBUG = True DEBUG = True
@ -14,8 +13,6 @@ PAGINATION_ITEMS_PER_PAGE = 20
# SECURITY WARNING: keep the secret key used in production secret! # SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!YOUR SECRET KEY!!!!!!!!!!!!!!!!!!!!!!!!' SECRET_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!YOUR SECRET KEY!!!!!!!!!!!!!!!!!!!!!!!!'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
DATABASES = { DATABASES = {
'default': { 'default': {
'OPTIONS': { 'OPTIONS': {

Loading…
Cancel
Save