Changeset c88b252 in sicp


Ignore:
Timestamp:
Jun 5, 2015, 1:36:45 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
07f773a
Parents:
a71f155
Message:

se agrega ruta de template para el modulo base de simulacion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sicp/settings.py

    rcc206a7 rc88b252  
    6262
    6363BASE_TEMPLATES = os.path.join(BASE_DIR, "templates")
     64SIMULACION_TEMPLATES = os.path.join(BASE_DIR, "apps/simulacion/templates")
    6465SIGESIC_TEMPLATES = os.path.join(BASE_DIR, "apps/simulacion/sigesic/templates")
    6566
     
    6768    {
    6869        'BACKEND': 'django.template.backends.django.DjangoTemplates',
    69         'DIRS': [BASE_TEMPLATES, SIGESIC_TEMPLATES],
     70        'DIRS': [BASE_TEMPLATES, SIMULACION_TEMPLATES, SIGESIC_TEMPLATES],
    7071        'APP_DIRS': True,
    7172        'OPTIONS': {
Note: See TracChangeset for help on using the changeset viewer.