A search engine for MMP's eASLRB.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-rulebook2/asl_rulebook2/webapp/config/constants.py

10 lines
302 B

""" Application constants. """
import os
APP_NAME = "ASL Rulebook 2"
APP_VERSION = "v0.3" # nb: also update setup.py
APP_DESCRIPTION = "Search engine for the ASL Rulebook."
BASE_DIR = os.path.abspath( os.path.join( os.path.dirname(__file__), ".." ) )
CONFIG_DIR = os.path.join( BASE_DIR, "config" )