Hey Ed, you certainly don't have to copy the virtualenv over to production!
Can you share some insights on your custom user model and your settings. A complete traceback, if you have any, helps too. /Markus On Monday, November 10, 2014 9:00:04 AM UTC+1, Dr Ed wrote: > > > > On Sunday, 9 November 2014 14:50:54 UTC+1, Daniel Roseman wrote: >> >> On Sunday, 9 November 2014 13:40:12 UTC, Dr Ed wrote: >>> >>> Okay, I'm confused. I found it, in here: >>> /Users/XXXX/.virtualenvs/YYYY/lib/python2.7/site- >>> packages/django/contrib/auth/migrations >>> >>> Why are app related migrations being stored in this location? >>> >>> Cheers, >>> >>> Ed >>> >> >> What? Migrations related to Django's auth app are, not surprisingly, >> stored alongside the code to that app. Why does this puzzle you? >> > > I guess it's because I thought that we could build migrations on the > development machines and then update the project on the production machine > and apply the migrations. Obviously this assumption was wrong and we need > to distribute the entire .virtualenv too... > > Fine, if that's the way it is, that's the way it is, but to me this seems > odd because everything else in there is just something you 'pip install' > and I would not expect to mix 'user data' with 'installed packages' like > this. It actually seems like an unfortunate design decision since it forces > you - unless you try to be clever - to put django etc into the > repository... we did this before and shifting to 1.7 was more painful as a > result). > > Anyway, thanks for the reply! > > Cheers, > > Ed > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/6f20e8d6-faa2-45ad-a02c-958c9e9239d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

