Ultimo Commit antes del apagon (Respaldo)
This commit is contained in:
@@ -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
|
||||
@@ -34,6 +34,7 @@ INSTALLED_APPS = [
|
||||
'widget_tweaks',
|
||||
|
||||
'Clientes',
|
||||
'IMMEX',
|
||||
'Sistemas',
|
||||
]
|
||||
REST_FRAMEWORK = {
|
||||
|
||||
@@ -31,6 +31,7 @@ urlpatterns = [
|
||||
path('accounts/', include('allauth.urls')),
|
||||
path('DRF_Token/', obtain_auth_token, name='DRF_Token'),
|
||||
path('', include('Clientes.urls')),
|
||||
path('IMMEX/', include('IMMEX.urls')),
|
||||
path('sistemas/',include('Sistemas.urls')),
|
||||
path('403/', permission_denied_view),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user