Starter template for falco projects. To use it, make sure you have the falco-cli installed first, then run:
falco new my_awesome_projectNote
An alternative way of generating a ready-to-use django project using falco is to visit this repo template: Falco Template Repository. Creating a codespace based on it won't work; you need to click on the use template button or Generate project on the README.
Falco is inspired by (and borrows elements from) some excellent open source projects:
- cookiecutter-django
- fuzzy-couscous (predecessor of falco)
- django-hatch-startproject
- django-unicorn (Inspiration for the logo)
- neapolitan
- django-base-site
- django-twc-project
- saaspegasus
For more details on the tools and packages included and the code structure, check out the full documentation📚.