Skip to content

Commit

Permalink
feat!: Remove the import command from the lms.
Browse files Browse the repository at this point in the history
This used to be a symlink that then turned into a copy of the same
command that exists in the contentstore in the CMS.  That command is the
correct one to use, this one is going to be removed to reduce confusion.

BREAKING CHANGE: The `python manage.py lms import` command will no
longer work.  Use the `python manage.py cms import` command instead.
  • Loading branch information
feanil committed Nov 14, 2024
1 parent 5f5b8aa commit b2a4066
Showing 1 changed file with 0 additions and 78 deletions.
78 changes: 0 additions & 78 deletions lms/djangoapps/courseware/management/commands/import.py

This file was deleted.

0 comments on commit b2a4066

Please sign in to comment.