pauloxnet / uDjango
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
☆183Updated 4 months ago
Alternatives and similar repositories for uDjango:
Users that are interested in uDjango are comparing it to the libraries listed below
- Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used.☆130Updated this week
- Single page Django app via Carlton Gibson's DjangoCon talk!☆174Updated last year
- Use Typer (type hints) to define the interface for your Django management commands.☆189Updated last week
- Enable login-by-email with the default User model for your Django project by making auth.User.email unique.