Following the setup instrudtions I encontered the following error:
RuntimeError: Model class blog.models.category_models.Category doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
I believe the instruction to add blog.apps.BlogConfig to INSTALLED_APPS is wrong, and this should just be blog instead.
Following the setup instrudtions I encontered the following error:
I believe the instruction to add
blog.apps.BlogConfigtoINSTALLED_APPSis wrong, and this should just bebloginstead.