source: modelado_topicos/django_topic_explorer/wsgi.py @ 1a2167d

preprocesamientov1.0
Last change on this file since 1a2167d was 5b95488, checked in by rboet <rboet@…>, 9 años ago

agregado directorio see_topics, funcionabilidad y nuevo directorio templates

  • Propiedad mode establecida a 100755
File size: 417 octetos
Línea 
1"""
2WSGI config for django_topic_explorer project.
3
4It exposes the WSGI callable as a module-level variable named ``application``.
5
6For more information on this file, see
7https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
8"""
9
10import os
11os.environ.setdefault("DJANGO_SETTINGS_MODULE", "django_topic_explorer.settings")
12
13from django.core.wsgi import get_wsgi_application
14application = get_wsgi_application()
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.