Re: Migration Errors (fields.E300)

2016-02-16 Thread Markus Holtermann
Hi, Can you please paste the migrations you created that refer to the Channel model. Make sure that those migrations depend on the redis_pubsub.0001_initial migration. /Markus On February 16, 2016 3:41:27 PM GMT+11:00, ayo...@thewulf.org wrote: >I'm having an issue with migrating my Django

Migration Errors (fields.E300)

2016-02-16 Thread ayoung
I'm having an issue with migrating my Django application. I encounter the following errors when trying to migrate: ERRORS: accounts.Availability.channel: (fields.E300) Field defines a relation with model 'Channel', which is either not installed, or is abstract. accounts.Correspondence.channel: