sdelements/django-security

Need to add migration to create CspReport table.

funkaoshi opened this issue · 1 comments

A model CspReport was added some time ago to the project, but it wasn't included in the migrations that build the tables for django-security. We haven't noticed the issue since we currently don't use this middleware, but it's going to cause anyone who does issues.

We'll need to run a schemamigration and add the generated migration to the project.

Fixed in #36.