Summary
Developing and including a built-in admin site for litestar, similar to Django's admin site.
Django's admin site is often the usp when deciding on which web framework to use.
There is already a similar project for SQLAlchemy: https://github.com/aminalaee/sqladmin, that could be adapted (?)
Basic Example
https://docs.djangoproject.com/en/4.2/intro/tutorial02/#start-the-development-server
https://docs.djangoproject.com/en/4.2/ref/contrib/admin/
Drawbacks and Impact
No response
Unresolved questions
No response
Summary
Developing and including a built-in admin site for litestar, similar to Django's admin site.
Django's admin site is often the usp when deciding on which web framework to use.
There is already a similar project for SQLAlchemy: https://github.com/aminalaee/sqladmin, that could be adapted (?)
Basic Example
https://docs.djangoproject.com/en/4.2/intro/tutorial02/#start-the-development-server
https://docs.djangoproject.com/en/4.2/ref/contrib/admin/
Drawbacks and Impact
No response
Unresolved questions
No response