Iamgm's picture
first commit. Everything that has been done at the moment
5d58062
raw
history blame contribute delete
163 Bytes
import os
class Settings:
PROJECT_NAME = 'PowerLine Defects'
REDIS_URL = os.getenv('REDIS_URL', 'redis://localhost:6379/0')
settings = Settings()