blender-studio/blog/views
Anna Sirota f6ede7e3f7 Subscribers-only blog posts (#104416)
Adds `is_subscribers_only` column to Blog posts.

Posts with `is_subscribers_only == True` will

* not show up in the RSS feed;
* still show up at `/blog/` (`is_subscribers_only` is directly accessible in the templates);
* display a "Subscribe" banner in post's detail page instead of post's content;
   * comment section also won't be shown in this case.

Reviewed-on: #104416
Reviewed-by: Francesco Siddi <fsiddi@noreply.localhost>
2024-07-02 15:49:10 +02:00
..
api Refactor comments API: reuse the same snippet assets, blog and section comments API 2021-10-25 17:15:13 +02:00
__init__.py Blog app: models and basic views, admin 2020-07-29 14:27:54 +02:00
blog.py Subscribers-only blog posts (#104416) 2024-07-02 15:49:10 +02:00