Create beautiful admin dashboards in Masonite Framework
Project description
Collapsar
Introduction
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.
Features
- Add multiple resources to your dashboard using Masonite Models
- Use fields: TextField, IdField, PasswordField, SelectField and more
- Add basic validations: max, min, required, email, etc.
Documentation
See the official documentation to learn how to use Collapsar.
Installation
pip install collapsar
Configuration
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
Contributing
Please read the Contributing Documentation here.
Maintainers
License
Collapsar is open-sourced software licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
collapsar-0.1.0.tar.gz
(448.7 kB
view hashes)
Built Distribution
collapsar-0.1.0-py3-none-any.whl
(460.4 kB
view hashes)
Close
Hashes for collapsar-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60ac6d001ce237cf0ebc678e61197a1eed11eeda0a8c2d4f1bdbf2a28211ea8e |
|
MD5 | 0c15e0096469e6264220c05f39163bf5 |
|
BLAKE2b-256 | 3e8b4b64b921891128ee76ed3899ee15abe8ba94f7a58c3474e236a588b09103 |