[Python] Io lo so che coem sistemista faccio schifo
Carlos Catucci
carlos.catucci a gmail.com
Gio 19 Mar 2015 17:46:03 CET
On 19 March 2015 at 17:30, Roberto De Ioris <roberto a unbit.it> wrote:
> pasta il file di configurazioen che stai usando e il path in cui risiede
> la tua app django.
>
> Di regola e':
>
> [uwsgi]
> chdir = <directory_progetto_django>
> wsgi-file = <nome_progetto>/wsgi.py
>
"""
WSGI config for globeX project.
It exposes the WSGI callable as a module-level variable named
``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
"""
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
Devo fare un file uwsgi.py che poi punti al file wsgi.py ? Provo intanto
Carlos
--
EZLN ... Para Todos Todo ... Nada para nosotros
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20150319/8c150ca2/attachment.html>
Maggiori informazioni sulla lista
Python