import os
DIRNAME = os.path.dirname(__file__)

# Database settings
DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = os.path.join(DIRNAME, 'database.db')
DATABASE_USER = ''
DATABASE_PASSWORD = ''
DATABASE_HOST = ''
DATABASE_PORT = ''

# URL that handles the media served from MEDIA_ROOT.
# Example: 'http://media.lawrence.com/'
MEDIA_URL = 'http://localhost/media/devdocs/'

# Make this unique, and don't share it with anybody.
SECRET_KEY = '7-xwuqa$sl5i-+)xv&pvm!q^&95ujhqf5cy=-^z7*pmfl93suv'