We want to create a Django Command similar to bloggy/bloggy/management/commands/import_content.py to import demo contents from a specific directory.
Note that the import_content command calls the import_categories command internally. As a part of this ticket, we want to create custom commands to import articles.
We want to create a Django Command similar to
bloggy/bloggy/management/commands/import_content.py
to import demo contents from a specific directory.Note that the
import_content
command calls theimport_categories
command internally. As a part of this ticket, we want to create custom commands to import articles.