On Apr 2, 12:51 pm, dadapapa wrote:
> I managed to solve the problem. The solution is to explicitly state
> the applications (models) that you want to migrate, and leave out
> those that get initialized automatically when doing syncdb
> (contenttypes). Here's how it worked for me:
>
> production s
I managed to solve the problem. The solution is to explicitly state
the applications (models) that you want to migrate, and leave out
those that get initialized automatically when doing syncdb
(contenttypes). Here's how it worked for me:
production server:
$ python manage.py dumpdata auth custom_a
2 matches
Mail list logo