e-org-extra-server/public_html/config.py

8 lines
168 B
Python

# Statement for enabling the development environment
DEBUG = False
# Define the application directory
import os
BASE_DIR = os.path.abspath(os.path.dirname(__file__))