One of the things I typically do when starting a new project/app is to spend some time adjusting and tweaking the data model. One thing I run into sometimes when I change my model name is leftover content types in the database and also in the permissions. It's a bit of a pain removing these manually.
Would it be worthwhile to add a way to purge unused content types via manage.py? It could look at INSTALLED_APPS and anything not installed it removes? -Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
