Skip to content
Snippets Groups Projects
Commit 076d3012 authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Se agrega utils.py

parent 4d1d7545
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ USE_TZ = True ...@@ -132,7 +132,7 @@ USE_TZ = True
STATIC_URL = '/static/' STATIC_URL = '/static/'
# Habilitar para permitir la autenticación # Habilitar para permitir la autenticacion
REST_FRAMEWORK = { REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': ( 'DEFAULT_PERMISSION_CLASSES': (
# 'rest_framework.permissions.IsAuthenticated', # 'rest_framework.permissions.IsAuthenticated',
...@@ -145,7 +145,6 @@ REST_FRAMEWORK = { ...@@ -145,7 +145,6 @@ REST_FRAMEWORK = {
} }
SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54' SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54'
RAVEN_CONFIG = { RAVEN_CONFIG = {
'dsn': SENTRY_URL, 'dsn': SENTRY_URL,
} }
......
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