willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

IntegrityError at /admin/seo/mymetadatamodelinstance/add/ #52

Open jaineshp opened 9 years ago

jaineshp commented 9 years ago

I am getting the error :

    IntegrityError at /admin/seo/mymetadatamodelinstance/add/ 
    NOT NULL constraint failed: seo_mymetadatamodelinstance._content_type_id

while adding a new metadata (Model Instance) via django admin

romansalin commented 9 years ago

I have fixed it here https://github.com/romansalin/django-seo2

jaineshp commented 9 years ago

Thank you! I will have a look at it.