Available configuration settings¶
-
ARTICLE_MODELADMIN_CLASS¶ Default:
django.contrib.admin.ModelAdminSets the base class for the
ModelAdminused byArticles. Note that the class will be monkey patched by the extensions.
Specific to the category extension¶
-
CATEGORY_MODELADMIN_CLASS¶ Default:
django.contrib.admin.ModelAdminSets the base class for the
ModelAdminused byCategory.
-
ARTICLE_SHOW_FIRST_CATEGORY¶ Default:
FalseWhen set to
True, this will cause the list of Categories view to redirect to the first Category’s list of articles.
-
ARTICLE_SHOW_DESCENDANTS¶ Default:
FalseWhen set to
True, this will display all articles belonging to any descendant category on the list views.