Conjunto de cambios 99091a3 en seiven para seiven


Ignorar:
Fecha y hora:
27/11/2017 08:21:53 (hace 6 años)
Autor:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
8447afb
Parents:
4107fb7 (diferencia), 8aed63c (diferencia)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Mensaje:

Merge branch 'master' of https://mpv.cenditel.gob.ve/seiven/scm/git/seiven

Ubicación:
seiven
Ficheros:
2 editados

Leyenda

No modificado
Añadido
Eliminado
  • seiven/database_config.py

    rc079de3 r44219f3  
    44        'ENGINE': 'django.db.backends.postgresql',
    55        'NAME': 'seiven',
    6         'USER': 'admin',
     6        'USER': 'postgres',
    77        'PASSWORD': '123456',
    88        'HOST': 'localhost',
  • seiven/settings.py

    r3782a0d r4107fb7  
    247247        'backupCount': 52
    248248    },
     249    'productivo': {
     250        'class': 'logging.handlers.TimedRotatingFileHandler',
     251        'level': 'DEBUG',
     252        'formatter': 'std',
     253        'filename': os.path.join(LOGS_PATH, 'productivo.log'),
     254        'when': 'w6',
     255        'interval': 1,
     256        'backupCount': 52
     257    },
    249258    'usuario': {
    250259        'class': 'logging.handlers.TimedRotatingFileHandler',
     
    279288        'handlers': ['economico'],
    280289        'qualname': 'economico'
     290    },
     291    'productivo': {
     292        'level': 'DEBUG',
     293        'handlers': ['productivo'],
     294        'qualname': 'productivo'
    281295    },
    282296    'usuario': {
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.