Radium is a python web framework that is a mix of django and next.js. It has syntax and structuring from Django, but the idea of file-based navigation and rendering is similar to Next.js.
The README has all of the instructions on how to build th…
Radium is a python web framework that is a mix of django and next.js. It has syntax and structuring from Django, but the idea of file-based navigation and rendering is similar to Next.js.
The README has all of the instructions on how to build this project.
Some of the features are-
- File based navigation
- Templating
- Inbuilt auth system
- Request and Response objects
- Custom error pages
- Middlewares
- And much more…
Used AI for debugging