Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blog project to use published manager #81

Merged
merged 1 commit into from
Sep 23, 2020

Commits on Sep 23, 2020

  1. Update blog project to use published manager

    Addresses the following:
    
    - Abstracts the main logic for all views into a model manager removing
      repitition in the blog's views
    - Uses the model manager across the project within the `api`, `blog`
      and `pages` apps
    - Adjusts views and template config to remove all duplicate queries for
      all views
    - Adjusts `sitemap.py` to account for published model manager
    - Adjusts `feeds.py` to account for published model manager
    - Check any failing tests and update any requiring logic changes
    - Updates the admin to display `id` for the models since I use it in
      development and don't necessarily want to open the interpreter or
      DataGrip to see the id/pk all of the time
    - Adjust manage.py to take advantage of Rich's pretty printing in
      development config
    - Tweak Docker config for column width of my screen
    
    Tests Issue Ref: #40
    Related Issue: #72
    Blog Documentation Update: #15
    WayneLambert committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    33f1473 View commit details
    Browse the repository at this point in the history