created TreeTag model, fixes for addtaxonomy command

This commit is contained in:
Sam
2021-02-10 13:03:10 +00:00
parent 41e68031fa
commit 02f6b29e5f
3 changed files with 16 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
print("Creating fake data to populate database")
# start faker
fake = Faker()
Faker.seed(0)