Python 2's End of Life is January 1, 2020. At Six Feet Up, we're prepared a critical list of reasons why you need to upgrade to Python 3...
Faceted search provides site visitors with a quick and intuitive way to narrow down their search results in real time...
Whether your web portal project is about a corporate intranet, an online collaboration platform for researchers or a app designed to help members manage their data, you will most likely need to write an RFP to identify possible suitable vendors...
Tips if you are looking for Google-like search features...
The Open Source Cloud Custodian can keep your cloud clean and tidy, here's how to get started.
Hunting and killing bad objects in the ZODB for fun and profit.
Django comes with basic password validators but you can also create your own if you have more specific needs. Here are some tips for doing that...
When running Django migrations, which command should you run: 'makemigrations' or 'migrate'? Here is a simple how-to manual...
Some forms will require custom changes to be made with the data sent to the form. Here are some tips for getting that data in the view...