BLOG

All articles tagged Django

Single-file Django Apps with nanodjango

Lincoln Loop depends on open source projects, and we like to give back to the community whenever we can. Some …

Richard Terry

Richard Terry December 16, 2024

 screenshot

Building a Chat Backend for Wikipedia Articles in Django

Content-aware chatbots are increasingly common on the web. What used to feel like magic can now be implemented with some …

Yann Malet

Yann Malet November 20, 2024

 screenshot

Rescuing Django Projects with Smoke Tests: Quick Wins for Long-Term Success

We often inherit existing Django projects at Lincoln Loop either to provide ongoing maintenance or build new features (or both). …

Peter Baumgartner

Peter Baumgartner October 17, 2024

 screenshot

19X faster response time

At Lincoln Loop, we don’t just build web platforms from scratch and scale them to accommodate growing demand; we also …

Yann Malet

Yann Malet October 17, 2024

 screenshot

Building a Future-Proof Platform with Block-Driven CMS

In a previous blog post, I discussed the advantages of using django CMS to create a Multi-Distribution Channel CMS. To …

Yann Malet

Yann Malet October 17, 2024

 screenshot

Running your Django project with __main__.py

I don’t like Django’s manage.py. My gripes against it are: The plethora of files that clutter the root directory of …

Peter Baumgartner

Peter Baumgartner October 17, 2024

 screenshot

django CMS is a great toolbox

Here at Lincoln Loop, for the past 15 years, we have built countless Digital experiences (DXP) that help to move …

Yann Malet

Yann Malet October 17, 2024

 screenshot

Go live checklist for your Django project

Launching a website can be an exciting but nerve-wracking experience. With so many moving parts in the website development process, …

Yann Malet

Yann Malet October 17, 2024

 screenshot

Using pyproject.toml in your (Django) project

Back in 2018, I wrote about using setup.py in your Django/Python project. Five years later, setup.py is being phased out …

Peter Baumgartner

Peter Baumgartner October 17, 2024

 screenshot

Choosing a Django Version

One of the first things you need to do when starting a new Django project is to choose which version …

Peter Baumgartner

Peter Baumgartner October 17, 2024

 screenshot