Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`