e-org-extra-server/config.py

8 lines
167 B
Python

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