You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/myapp/lib/python2.7/site-packages/cart/models.py:26: RemovedInDjango19Warning:
Model class cart.models.Item 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.
class Item(models.Model):
Any suggested solution?
The text was updated successfully, but these errors were encountered:
Any suggested solution?
The text was updated successfully, but these errors were encountered: