Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 390 Bytes

django-vega-admin

Build Status

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