On Mar 27, 8:44 am, akaihola <
akaih...@gmail.com> wrote:
> I've taken Patrick Altman's script[1][2], updated it for Django 1.0
> and turned it into two management commands.
>
> These are handy if you don't use syncdb to add new models to the
> database, or if you ever add a custom permission to an existing model.
>
> The commands might be too seldom needed for inclusion in django-
> extensions, but here goes anyway: The commit[3] is available on GitHub
> and the patch[4] for download.
>
..