Wednesday, June 25, 2014

Re: on manage.py migrate appname I get: AttributeError: 'module' object has no attribute 'Migration'

Den 25/06/2014 kl. 16.19 skrev Michael Lind Hjulskov <mhjulskov@gmail.com>:

> Hi there :)
>
> I'm stuck with this problem
> when I run python manage.py migrate myappname i get the following error:
> AttributeError: 'module' object has no attribute 'Migration'
>
> I remember I had this problem before, and I remember that I solved it by deleting all pyc files - I tried that - still error
>
> any clues?


Try getting a backtrace:

./manage.py migrate myappname --traceback


Erik

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4657E66A-9476-49A5-8EB1-BD2BEBA86049%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment