Update ContentTypes and Permissions without syncdb
http://paltman.com/2008/04/11/keeping-contenttypes-and-permissions-updated-without-syncdb/
- sql
- permissions
- deploy
- contenttypes
http://paltman.com/2008/04/11/keeping-contenttypes-and-permissions-updated-without-syncdb/
[See blog post](http://paltman.com/2008/04/11/keeping-contenttypes-and-permissions-updated-without-syncdb/) You can put this script in the root of your project and run after deploying updates in your production environment.
Script to help manage database migrations. Explanation and background can be found in blog post at [paltman.com](http://paltman.com/2008/07/03/managing-database-changes-in-django/).
http://paltman.com/2008/04/11/keeping-contenttypes-and-permissions-updated-without-syncdb/
This is an update to [snippet 765](http://www.djangosnippets.org/snippets/765/) as I was having trouble getting it to work on branches/newforms-admin @ r7771. There are just a few minor changes to the previous snippet, all simple stuff. I went ahead an added can_delete and can_order options that the previous snippet didn't include. [More details in blog post](http://paltman.com/2008/06/29/edit-inline-support-for-generic-relations/).