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

9 lines
252 B

""" Application constants. """
import os
APP_NAME = "ASL Rulebook"
APP_VERSION = "v0.1" # 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__), ".." ) )