When building a web application there are often times that you will need to the ability to revert back to an earlier state in time …
Read MoreWhen interacting with a database often times you need to check if there is a database record matching the data you are processing, if it …
Read MoreI find there are times when working with class based views in Django that I need to add some context variables to use in my …
Read MoreIn the event you restructure your website or migrate to a different platform, you may be left with many dead links that need to be …
Read MoreWhen working with databases often times you need to save the date and time objects were created and last modified, Django ORM makes this very …
Read More