IndieHacker Boilerplate (Django Template)

Hi fellow indiehackers. I created a template project to quickly hop into a new project journey if you build with python, django and react and want to share it with you. https://github.com/mylh/indiehacker-boilerplate It’s opensource and under MIT license. I hope it will save some time for you.

I created many projects over the years and every time I had to repeat same boring steps before can actually start implementing a new idea. But not anymore from now. With this template you literally can start implementing your idea in minutes. Just start a new django project with django-admin startproject and after running docker-compose up you’ll have a complete website, as well as ansible deployments script to put it into production.

Happy hacking :)