I have the database locally in SQLlite ,but I need to deploy my project on the server which using postgresql , when I migrate data into PostgreSQL,I use the command "python manage.py syncdb" ,then the database is overwritten with all the default pages content without using the pages which I have edited in the project ,How can I migrate my database without changing anything that I have written into the "dev.db"?
-- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
