Skip to content
Snippets Groups Projects
Commit 2db81b31 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Fix docstring

parent eb361063
No related branches found
No related tags found
1 merge request!186Change popoulate_fixtures to a management command
Pipeline #102192 passed
...@@ -417,11 +417,7 @@ class Command(BaseCommand): ...@@ -417,11 +417,7 @@ class Command(BaseCommand):
def handle(self, *args, **options): def handle(self, *args, **options):
""" """
Handle import of OUs from OrgReg. Handle test data population
- Updates already present OUs with new information
- Creates not present OUs
- Set not present OUs as inactive
""" """
db_name = str(settings.DATABASES["default"]["NAME"]) db_name = str(settings.DATABASES["default"]["NAME"])
if options.get("destructive") != db_name: if options.get("destructive") != db_name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment