Hallo, i followed the guide on https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/ to install and run a django app, but i can’t seem to get it running. I always get an error when i try it online. any suggestions?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
fixed, had to edit /etc/apache2/apache2.conf to add WSGIPythonPath and remove older version
<blockquote>i can’t seem to get it running. I always get an error when i try it online. </blockquote>What is the error that you get?