I am using Sprit, everything works, i have successfully integrated it with my app however, when I do runserver, I keep getting the following:
/Projects/env3/lib/python3.4/site-packages/djconfig/models.py:10: RemovedInDjango19Warning: Model class djconfig.models.Config 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 Config(models.Model):
I am using Sprit, everything works, i have successfully integrated it with my app however, when I do runserver, I keep getting the following:
/Projects/env3/lib/python3.4/site-packages/djconfig/models.py:10: RemovedInDjango19Warning: Model class djconfig.models.Config 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 Config(models.Model):
this is my installed apps: