On Tue, Aug 6, 2013 at 10:43 AM, Avraham Serour <[email protected]> wrote: > for development just use sqlite
+1 not only SQLite is totally installation-free and management-free, but also its SQL parser is more compliant than MySQL, so there are fewer surprises when going SQLite->PostgreSQL than the transition MySQL->PostgreSQL. and, as a bonus, you get _much_ faster tests :-) -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

