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

Blog Content #15

Open
4 of 7 tasks
WayneLambert opened this issue Jun 7, 2020 · 5 comments
Open
4 of 7 tasks

Blog Content #15

WayneLambert opened this issue Jun 7, 2020 · 5 comments
Assignees
Labels
app: blog Issues relating to the `blog` app blog content Items relating to creating content for the blog

Comments

@WayneLambert
Copy link
Owner

WayneLambert commented Jun 7, 2020

A list of items that have been resolved within the development of this project which makes for a good blog post.

  • Integrating a Bootstrap File Upload Utility into Django including confirmation of the file used
  • Implementing pagination for a list view using Django and Bootstrap
  • Implementing pagination for a detail view using Django and Bootstrap
  • How to Implement select_related and prefetch_related to reduce the number of queries ran and to speed up your site
  • Adding Tiny MCE Editor to your Django website
  • How to add a useful debug f string snippet for VS Code
  • Update Project to Use Latest Version of Python
@WayneLambert WayneLambert added the documentation Improvements or additions to the documentation label Jun 7, 2020
@WayneLambert WayneLambert self-assigned this Jun 7, 2020
@WayneLambert WayneLambert added the app: blog Issues relating to the `blog` app label Jun 7, 2020
@WayneLambert WayneLambert added the post deploy activity Items requiring attention once site has been deployed label Jun 18, 2020
@WayneLambert WayneLambert added this to To do in Documentation Jul 1, 2020
@WayneLambert WayneLambert pinned this issue Jul 12, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2020

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.

@github-actions github-actions bot closed this as completed Aug 9, 2020
Documentation automation moved this from To do to Done Aug 9, 2020
@WayneLambert WayneLambert reopened this Aug 18, 2020
Documentation automation moved this from Done to In progress Aug 18, 2020
@WayneLambert WayneLambert removed this from In progress in Documentation Aug 18, 2020
@WayneLambert WayneLambert removed the post deploy activity Items requiring attention once site has been deployed label Aug 18, 2020
@github-actions
Copy link
Contributor

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.

@github-actions
Copy link
Contributor

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.

@WayneLambert WayneLambert added blog content Items relating to creating content for the blog and removed Stale Issue documentation Improvements or additions to the documentation labels Sep 19, 2020
WayneLambert added a commit that referenced this issue Sep 23, 2020
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
@github-actions
Copy link
Contributor

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.

@WayneLambert WayneLambert reopened this Oct 21, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: blog Issues relating to the `blog` app blog content Items relating to creating content for the blog
Projects
None yet
Development

No branches or pull requests

1 participant