Pi2-FGABreja/FGABrejaWeb

View on GitHub
FGABreja/settings/security

Summary

Maintainability
Test Coverage
# -*- coding: utf-8 -*-

SECRET_KEY = 'qwerty'
DEBUG = True
ALLOWED_HOSTS = []

LOGIN_URL = '/auth/login/'