Tesis 1.0.0
Loading...
Searching...
No Matches
settings.py File Reference

Go to the source code of this file.

Namespaces

namespace  mp_integration
namespace  mp_integration.settings

Variables

 mp_integration.settings.BASE_DIR = Path(__file__).resolve().parent.parent
 mp_integration.settings.SECRET_KEY = os.getenv('DJANGO_SECRET_KEY', 'django-insecure-your-secret-key-for-development')
str mp_integration.settings.DEBUG = 'True'
 mp_integration.settings.ALLOWED_HOSTS = os.getenv('DJANGO_ALLOWED_HOSTS', '*').split(',')
list mp_integration.settings.INSTALLED_APPS
list mp_integration.settings.MIDDLEWARE
str mp_integration.settings.ROOT_URLCONF = 'mp_integration.urls'
list mp_integration.settings.TEMPLATES
str mp_integration.settings.WSGI_APPLICATION = 'mp_integration.wsgi.application'
dict mp_integration.settings.DATABASES
list mp_integration.settings.AUTH_PASSWORD_VALIDATORS
str mp_integration.settings.LANGUAGE_CODE = 'en-us'
str mp_integration.settings.TIME_ZONE = 'UTC'
bool mp_integration.settings.USE_I18N = True
bool mp_integration.settings.USE_TZ = True
str mp_integration.settings.STATIC_URL = 'static/'
str mp_integration.settings.DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
 mp_integration.settings.MERCADOPAGO_ACCESS_TOKEN = os.getenv('MERCADOPAGO_ACCESS_TOKEN', 'APP_USR-1638397842548868-051022-6da127c22d6d3b0e023d8ae29f3618c2-2435347984')
 mp_integration.settings.MAIN_BACKEND_URL = os.getenv('MAIN_BACKEND_URL', 'https://backmobile1.onrender.com')
bool mp_integration.settings.CORS_ALLOW_ALL_ORIGINS = True
bool mp_integration.settings.CORS_ALLOW_CREDENTIALS = True
list mp_integration.settings.CORS_ALLOW_METHODS
list mp_integration.settings.CORS_ALLOW_HEADERS