openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Migrations don't sync properly when pushing live #108

Closed ehmatthes closed 9 years ago

ehmatthes commented 9 years ago

This is an issue with my deployment process, not the django code itself. The current process is rsync-based, and I think I need to look at a --delete flag in the rsync command.

I also need to refine the deployment process.

ehmatthes commented 9 years ago

Test this on a staging server first.

ehmatthes commented 9 years ago

Updated deployment process to use --exclude_from, --delete.