SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 89555035 authored by Geert Kapteijns's avatar Geert Kapteijns
Browse files

Removes unused function from populate_db.py

parent 9f505220
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,5 @@ class Command(BaseCommand):
contributor.vetted_by = contributor
contributor.save()
def create_theses(self):
def handle(self, *args, **options):
self.create_contributor(options['username'])
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