Metadata-Version: 2.1
Name: django-vega-admin
Version: 0.0.19
Summary: Simple and fast automated CRUD for any Django model
Home-page: https://github.com/moshthepitt/django-vega-admin
Author: Kelvin Jayanoris
Author-email: kelvin@jayanoris.com
License: MIT
Description: # 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`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Description-Content-Type: text/markdown
