sistemas app added

This commit is contained in:
fjrodriguez
2023-01-19 13:43:06 -06:00
parent cc8cd4d792
commit 35798c5304
10 changed files with 46 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = os.getenv("adminAS_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = ['*']
# Application definition
@@ -36,6 +36,7 @@ INSTALLED_APPS = [
'widget_tweaks',
'Clientes',
'Sistemas',
]
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [