New answers tagged django
0
From http://stackoverflow.com/questions/3950839/tar-error-is-not-recoverable-exiting-now
mv Doctrine-1.2.0.tgz Doctrine-1.2.0.tar.gz
gunzip Doctrine-1.2.0.tar.gz
tar xf Doctrine-1.2.0.tar
0
It depends on how you want to deploy Django, what version you want to deploy, and how you want your website to work, there is no real answer for this. There are a lot of tutorials on how to deploy Django X.X.X on Apache2, follow the one that fits you the best.
I did it using mod_wsgi. You can add a virtual host for the website or an WSGI allias on ...
Top 50 recent answers are included