Thanks Brett for the info. > I prefer Ubuntu Server, but your choice of distro isn't that important > as long as it is new-ish. If I understand it well, then TurnKey Linux 11.3 is actually based on Ubuntu 10.04... plus the selected neccessary packages for the chosen purpose.
> You'll want to use Python 2.7 if possible. > You should also use Django 1.3.1 (the latest release). This is what I was thinking about. So, I have to learn how to update... > I'd highly recommend learning how to use pip and virtualenv > for installing Python packages and managing dependencies. > Virtualenv gives you a virtual Python environment that is insulated > from the system Python, which is nice in cases where > the system Python environment includes old packages > or ones you don't need. ... and this is very valuable info for me. And it also fits with Nick's recommendations. > For a database server, I prefer Postgres. > Django should still work well if you choose > the SQLite or MySQL routes though. So far, I did use the SQLite for Django locally, but only the way that is almost completely managed by Django. The Django TurnKey Linux uses MySQL. I am aware of Postgres as probably one of the most matured SQL engines for free. Thanks and have a good time, Petr -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.