I think you meant to post to this thread instead of the other, as your latest question has to do with your custom app.
Are you using migrations in "soulapp2"? As the link that appears in the Traceback says: "Be aware, however, that unmigrated apps cannot depend on migrated apps". https://docs.djangoproject.com/en/1.8/topics/migrations/#dependencies. This basically means that anybody looking to leverage Mezzanine's Page, Displayable or the like is forced to use migrations. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
