Skip to content
Snippets Groups Projects
Commit 28c1046a authored by Juan Franco Suarez's avatar Juan Franco Suarez
Browse files

Update settings.py

parent 4103d936
No related branches found
No related tags found
No related merge requests found
...@@ -137,9 +137,8 @@ USE_TZ = True ...@@ -137,9 +137,8 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.11/howto/static-files/ # https://docs.djangoproject.com/en/1.11/howto/static-files/
APP_ROOT = '/var/www/tsaapi.dnrdi.local/'
STATIC_URL = '/static/' STATIC_URL = '/static/'
APP_ROOT = '/var/www/tsaapi.prod.bfa.local/'
# Habilitar para permitir la autenticación # Habilitar para permitir la autenticación
REST_FRAMEWORK = { REST_FRAMEWORK = {
...@@ -165,4 +164,3 @@ except ImportError as e: ...@@ -165,4 +164,3 @@ except ImportError as e:
pass pass
STATIC_ROOT= APP_ROOT+'html/' STATIC_ROOT= APP_ROOT+'html/'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment