Skip to content

Commit

Permalink
Remove uneeded import_licenses command
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Nov 21, 2024
1 parent 698b4de commit 8d183b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/olympia/amo/management/commands/data_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def handle(self, *args, **options):
self.logger.info('Loading initial data...')
call_command('loaddata', 'initial.json')
call_command('import_prod_versions')
call_command('import_licenses')
call_command(
'createsuperuser',
'--no-input',
Expand Down
15 changes: 0 additions & 15 deletions src/olympia/applications/management/commands/import_licenses.py

This file was deleted.

0 comments on commit 8d183b8

Please sign in to comment.