Do you plan to do anything really fancy that requires some server-specific features? If not this becomes more of a deployment question. If you're just starting with Django, using sqlite3 instead of PostgreSQL or MySQL is just fine (depending on your project). For later and for me personally avoiding the MyISAM vs. InnoDB battle is enough reason to go with PostgreSQL ;-) Having the option of going with Postgis for GeoDjango is a nice bonus too :-)
-- Horst On Fri, Jul 16, 2010 at 2:10 PM, Doane <dhul...@cox.net> wrote: > I'm a new Django user. Which database management system should I use > in developing Django apps, MySQL or PostgreSQL? Why? > > Thanks...Doane > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.