I use Django1.7 with Mezzanine. I create simple profile (according to Mezzanine documentation) stored in separate app \"profiles\":
class RoadmapProfile(mode
Maybe your model not linked when migration process is ongoing. Try to import it in file urls.py from models import your_file
urls.py
from models import your_file