Changeset 1593d69 in sicp for sicp


Ignore:
Timestamp:
Oct 19, 2015, 3:32:58 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
f90c30d
Parents:
7e57612
Message:

agregada aplicación matrizip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sicp/settings.py

    refbe2a8 r1593d69  
    6565    'apps.simulacion',
    6666    'apps.simulacion.sigesic',
    67     'apps.simulacion.encuesta'
     67    'apps.simulacion.encuesta',
     68    'apps.simulacion.matrizip'
    6869)
    6970
     
    146147        'PORT': '<PORT_DB>',
    147148    },
    148     'matriz': {
     149    'matrizip_1997': {
    149150        'ENGINE': 'django.db.backends.postgresql_psycopg2',
    150151        'NAME': '<DATABASE>',
Note: See TracChangeset for help on using the changeset viewer.