Skip to main content

A djangocms-blog extension allowing to highlight posts

Project description

A djangocms-blog extension allowing to mark some posts as highlight and sort queryset to display them first on the posts list


Install

  • Install the package

    python3 -m pip install djangocms-blog-highlight-posts
    
  • Add it in your INSTALLED_APPS:

        "djangocms_blog_highlight_posts",
    
  • Override blog url conf (in project settings):

        BLOG_URLCONF = "djangocms_blog_highlight_posts.urls"
    
  • Run the migration:

    python3 manage.py migrate djangocms_blog_highlight_posts
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-blog-highlight-posts-0.0.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page