DjangoKit
Notice
This site, along with the framework itself, is a work in progress.
DjangoKit is an opinionated take on Django. One of the main features is filesystem routing.
What Can You Build With It?
You can build pretty much any type of site with DjangoKit, just as you can with Django.
Key Features
- Filesystem routing of pages and APIs
- TOML files for settings
- Builtin support for reading settings from environment variables
- Scaffolding for pages, handlers, and models
- Simplified project structure (no Django "apps," just routes and models)