Show all posts by user
Discussions in Spanish
Page 1 of 1 Pages: 1
Results 1 - 4 of 4
Yes, I just realized that in the - PYTHONPATH must reference the full path to the folder where the Django project (appdjango) and not the folder itself ("... python / django / "and not "...python/django/appdjango"). Is working properly the Django app
Greetings and thanks.
by
JAM
-
How to...
thanks friend, works perfect
I only see this error: "ImportError at / No module named appdjango.views. "
To fix this, i rename the calls to views.py simply views. note that this call is in the urls.py file and appear as appdjango.views by default
Although it works properly, I do not like this solution because any new file or call to modules me or Django make should then be renam
by
JAM
-
How to...
I would like to configure Nginx to run Django applications.
I've seen on several websites, and comments that say I can use Nginx + Gunicorn, Nginx + uWSGI, Nginx + python-flup and the like, but also and seen bechmark where Nginx works best with uWSGI.
My question is, what is best for running Django using nginx as web server? and where to find manuals/tutorials/ examples to configure?
Do
by
JAM
-
How to...
Quisiera configurar Nginx para que ejecute ejecutar aplicaciones Django.
Ya vi en varias webs, y comentarios en la que dicen que puedo usar Nginx+Gunicorn, Nginx+uWSGI, Nginx+python-flup y otros similares, pero también e visto bechmark en donde Nginx trabaja mejor con uWSGI.
Mi pregunta es, ¿cual es mejor para ejecutar aplicaciones Django usando como servidor web a NginX? y ¿donde podrí
by
JAM
-
Spanish Forum