Django + fly.io = ❤️

Fly.io is not advertising itself as a Django-first hosting platform. However, it provides all the building blocks for a sweet Django setup. ...

Release: Schablone 2.0.0 - A Django starter template for simplicity

The release of version 2.0.0 of schablone, a cookiecutter starter template, makes everything even simpler. ...

Django 4 form rendering using Tailwind without Node or crispy

Since Django 4, form rendering with Tailwind can be used to render beautiful forms without using Node or any other packages like django-crispy-forms. All you need is the Tailwind CLI binary and django-widget-tweaks. ...

Deploy a Django app automatically to Dokku

This is the script I am using to deploy a dokkuzied app to Dokku. ...

Schablone - A Lightweight Alternative to cookiecutter-django

I am happy to announce Schablone. Schablone is a minimal boilerplate project for Django with strong opinions and little options for customization. ...

Hoarddit - A Website to Discover Art

Together with my SO we built hoarddit.com, a website that helps everyone to discover art. It allows you to virtually trade art pieces. This post describes how we spent our innovation points and why hoarddit is not an NFT. ...

Running Django Commands on AWS Elastic Beanstalk

When hosting Django applications on AWS Elastic Beanstalk, it is often required to run commands on the server to do some maintenance tasks. ...