-
Notifications
You must be signed in to change notification settings - Fork 1
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
Blog Content #15
Comments
This issue is stale since it has been open for 10 days without any activity. If the 'Stale Issue' label hasn't been removed or a comment made on the issue, it will be closed after 5 days of inactivity. |
This issue is stale since it has been open for 10 days without any activity. If the 'Stale Issue' label hasn't been removed or a comment made on the issue, it will be closed after 5 days of inactivity. |
This issue is stale since it has been open for 10 days without any activity. If the 'Stale Issue' label hasn't been removed or a comment made on the issue, it will be closed after 5 days of inactivity. |
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
This issue is stale since it has been open for 10 days without any activity. If the 'Stale Issue' label hasn't been removed or a comment made on the issue, it will be closed after 5 days of inactivity. |
This issue is stale since it has been open for 10 days without any activity. If the 'Stale Issue' label hasn't been removed or a comment made on the issue, it will be closed after 5 days of inactivity. |
A list of items that have been resolved within the development of this project which makes for a good blog post.
select_related
andprefetch_related
to reduce the number of queries ran and to speed up your siteThe text was updated successfully, but these errors were encountered: