#17 Update setup

* removes unused organisation app from project
* removes null=True parameters for M2M fields in models
This commit is contained in:
2021-10-13 09:04:01 +02:00
parent 0e7c378d4a
commit f50dccb30b
16 changed files with 5 additions and 122 deletions

View File

@@ -76,7 +76,6 @@ class KonovaCodeList(models.Model):
)
codes = models.ManyToManyField(
KonovaCode,
null=True,
blank=True,
help_text="Codes for this list",
related_name="code_lists"