❤️ Support Masonite so we can continue to build new packages!
pip install collapsar
Collapsar is a package that will let you save time creating a dashboard for your app. You won't need to worry anymore about creating CRUD's.
See the official documentation to learn how to use Collapsar.
pip install collapsar
Add CollapsarProvider to your project in config/providers.py
:
# config/providers.py
# ...
from collapsar import CollapsarProvider
# ...
PROVIDERS = [
# ...
# Third Party Providers
CollapsarProvider,
# ...
]
Create a new resource using
python craft resource MyModel
And see your panel on https://localhost/collapsar
Please read the Contributing Documentation here.
Collapsar is open-sourced software licensed under the MIT license.
Last update: