Re: Install MySQL for Python Django on my Windows PC
On Tue, Aug 6, 2013 at 10:43 AM, Avraham Serour <tovmeod@gmail.com> 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home