Add python package scaffold

This commit is contained in:
Uğur Özyılmazel
2019-10-07 14:54:39 +03:00
parent 5aed43038b
commit ca26ca3620
6 changed files with 148 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
![Python](https://img.shields.io/badge/python-3.7.3-green.svg)
[![PyPI version](https://badge.fury.io/py/django-admin-autocomplete-list-filter.svg)](https://badge.fury.io/py/django-admin-autocomplete-list-filter)
# django-admin-autocomplete-list-filter
Ajax autocomplete list filter for Django admin. Uses built-in shipped Djangos
widgets.
## Installation and Usage
@wip
## License
This project is licensed under MIT
---
## Contributer(s)
* [Can Adıyaman](https://github.com/canadiyaman) - Creator, maintainer
* [Uğur "vigo" Özyılmazel](https://github.com/vigo) - Maintainer
---
## Contribute
All PRs are welcome!
1. `fork` (https://github.com/demiroren-teknoloji/django-admin-autocomplete-list-filter/fork)
1. Create your `branch` (`git checkout -b my-features`)
1. `commit` yours (`git commit -am 'added killer options'`)
1. `push` your `branch` (`git push origin my-features`)
1. Than create a new **Pull Request**!
---
## Change Log
**2019-10-07**
- Init repo...