Alright, so i've been struggling with installing and configuring Django for months now. I have reinstalled Ubuntu Server countless times because of my fails. I keep messing up some way every time.
This time i thought i'd do it for real, no fails, just plain simple and no messups. I want to understand everything i do.
I have now installed Ubuntu Server 10.04.4. During the installation i chose to install LAMP server as well, so i have that working. Apache is working, i checked by typing in http://localhost in the browser.
So, all there is left to do is install Django. Correct? I already have Apache, MySQL (and PHP, but that's irrelevant) installed through the LAMP package. I also believe python comes by default in Ubuntu Server, right?
Could anyone help me with this last step? I've tried following countless tutorials, but many of them are outdated and gives me errors, and others don't explain it well enough.
I would very much appreciate a simple 5 minute guide on how to install and configure Django.
EDIT:
I followed the guide on djangoproject.com and downloaded it. I then unpacked it, started the terminal, navigated in to the folder and ran "sudo python setup.py install". That installed it, no errors. But how do i configure it to work with Apache now?
SOLUTION
After three more tries i found this tutorial which worked for me: http://simonsstuffandthings.blogspot.se/2011/02/how-to-install-django-on-ubuntu-using.html
