Changeset 1ed9169 in sicp


Ignore:
Timestamp:
Jun 12, 2015, 1:54:20 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
ff1d53e
Parents:
73d807c
Message:

se agrega la aplicacion django.contrib.humanize para darle formato a informacion de cifras numericas en las plantillas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sicp/settings.py

    r33c866a r1ed9169  
    4242    'django.contrib.messages',
    4343    'django.contrib.staticfiles',
     44    'django.contrib.humanize',
    4445    'captcha',
    4546    'apps.comun',
    4647    'apps.usuario',
     48    'apps.simulacion',
    4749    'apps.simulacion.sigesic'
    4850)
     
    113115LANGUAGE_CODE = 'es-ve'
    114116
     117LOCALE_NAME = 'es'
     118
    115119TIME_ZONE = 'UTC'
    116120
Note: See TracChangeset for help on using the changeset viewer.