Hi,

i have some issue with drum & django 1.9

i think is linked with the following warning:

/home/keiser1080/.virtualenvs/pypy-env/site-packages/mezzanine/core/models.py:390:
 
RemovedInDjango19Warning: Model class mezzanine.pages.models.Page doesn't 
declare an explicit app_label and either isn't in an application in 
INSTALLED_APPS or else was imported before its application was loaded. This 
will no longer be supported in Django 1.9.
  return super(OrderableBase, cls).__new__(cls, name, bases, attrs)

/home/keiser1080/.virtualenvs/pypy-env/site-packages/mezzanine/core/models.py:390:
 
RemovedInDjango19Warning: Model class mezzanine.pages.models.RichTextPage 
doesn't declare an explicit app_label and either isn't in an application in 
INSTALLED_APPS or else was imported before its application was loaded. This 
will no longer be supported in Django 1.9.
  return super(OrderableBase, cls).__new__(cls, name, bases, attrs)

/home/keiser1080/.virtualenvs/pypy-env/site-packages/mezzanine/core/models.py:390:
 
RemovedInDjango19Warning: Model class mezzanine.pages.models.Link doesn't 
declare an explicit app_label and either isn't in an application in 
INSTALLED_APPS or else was imported before its application was loaded. This 
will no longer be supported in Django 1.9.
  return super(OrderableBase, cls).__new__(cls, name, bases, attrs)


Could you help ?

-- 
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.

Reply via email to