Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moshthepitt/django-vega-admin
Django VegaAdmin - simple and fast automated CRUD for any Django model
https://github.com/moshthepitt/django-vega-admin
Last synced: 8 days ago
JSON representation
Django VegaAdmin - simple and fast automated CRUD for any Django model
- Host: GitHub
- URL: https://github.com/moshthepitt/django-vega-admin
- Owner: moshthepitt
- License: mit
- Created: 2018-11-17T10:20:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T11:30:20.000Z (over 4 years ago)
- Last Synced: 2025-01-11T09:14:15.280Z (27 days ago)
- Language: Python
- Size: 833 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-vega-admin
[![Build Status](https://api.travis-ci.com/moshthepitt/django-vega-admin.svg?branch=master)](https://travis-ci.com/moshthepitt/django-vega-admin)
Django VegaAdmin - simple and fast automated CRUD for any Django model
## Contribution
- Clone this repo
- Run: `pip install -r requirements/dev.txt`
- Run: `pre-commit install`## Tests
- Clone this repo
- Run: `tox`