I'm pretty new to django and I've been having problems with 
makemigrations/migrate and I wonder if Im doing things right.

I'm using MySQL backend and after reading in the documentation a little it 
sounds like Postgresql might make migrating more painless. Usually my 
problems stem from changing table fields, adding new tables/models, and 
migrating both on my development server and my production server 
(PythonAnywhere)

More than once I've had to drop my database, delete all my migrations, and 
start over with initial migrations on the development server. This wont fly 
for long on production though of course .. once I actually have users and 
data.

I'm wondering if I should switch to postgresql or if theres any further 
resources that you might know of that would help me out? Thanks

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/16d60ab0-51e8-42a3-8f42-f4753f0adda3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to