[FEAT] Add Django command to selectively load fixtures

Only loads data if object isn't a BootstrapTheme that already exists
This commit is contained in:
2023-02-24 19:35:34 +00:00
parent 3beeeab4ae
commit 05ca7433f1
4 changed files with 45 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ THIRD_PARTY_APPS = [
]
FIRST_PARTY_APPS = [
'breccia_mapper',
'people',
'activities',
'export',