Explore >> Select a destination


You are here

blog.doismellburning.co.uk
| | www.mattlayman.com
7.2 parsecs away

Travel
| | In this episode, we did some Django model development. I created a new model to track break days in a school year. This model will be critical to fill in vacations and holidays so that the scheduling functionality works properly. I added the model, the tests, the admin page, and the create view to create break days in the app.
| | vsupalov.com
8.8 parsecs away

Travel
| | Getting back into Django with a new project or after a break? Here's a collection of important parts with Links and useful snippets to help you get up to speed faster.
| | markodenic.com
9.5 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | adamj.eu
53.5 parsecs away

Travel
| Most projects I work on use Python, good ol' Pip, and pip-tools. Below is a pattern I've used to speed up the GitHub Actions workflow runs on several such projects. On larger projects with many dependencies, it can save tens of seconds per run.