Hi we have a farily large Django 1.8 project and there are a few 3rd party apps we are using that don't have Django migrations so I am trying to create ones for the apps in question.
In my settings file I have: MIGRATION_MODULES = { 'oauth_access': 'thirdparty_migrations.oauth_access_migrations', } Some background we are using buildout to handle dependancies. Now what stumps me is for some reason when running make migrations oath_access the module is being created under the ipython egg. This happens regardless of where I put my own module of thirdparty_migrations it just ignores it. Is there some other setting that I am missing to specify the location for a 3rd party migration? -- Bruce -- 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+unsubscr...@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/e6e479bc-37e7-4fcf-a82e-1caf20344c65%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.