To fix the seeding of content_type - effectively had to move the models/migrations back to the same app mapping. Fully expected this was the fix, and just meant moving this planned work sooner.
This means moving more code to shared basically, and updating imports.
Closes #679
We will be able to deprecate the urls/views/templates from the mapping app in the next few weeks.
Changes
To fix the seeding of
content_type
- effectively had to move the models/migrations back to the same appmapping
. Fully expected this was the fix, and just meant moving this planned work sooner.This means moving more code to
shared
basically, and updating imports.Closes #679
We will be able to deprecate the urls/views/templates from the mapping app in the next few weeks.