Re: how to install django on cpanel

2017-12-28 Thread Julio Biason
Hi Sakkhar, Django can "run" in any directory. You need to install it somewhere on your system (we use /usr/local/ here) and then wrap the code around a WSGI exposer (like uwsgi or gunicorn). Then you "plug" your webserver to the wsgi exposer via socket or http port. It's not like any PHP-like

how to install django on cpanel

2017-12-28 Thread sakkhar saha
What directory do I need to put the files in? I tried public_html but when I put the files there and clicked on setup.py, it didn't start the script. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop