Go to file
Uğur Özyılmazel ca26ca3620
Add python package scaffold
2019-10-07 14:54:39 +03:00
djaa_list_filter Add python package scaffold 2019-10-07 14:54:39 +03:00
.bumpversion.cfg Add python package scaffold 2019-10-07 14:54:39 +03:00
LICENCE Add python package scaffold 2019-10-07 14:54:39 +03:00
README.md Add python package scaffold 2019-10-07 14:54:39 +03:00
Rakefile Add python package scaffold 2019-10-07 14:54:39 +03:00
setup.py Add python package scaffold 2019-10-07 14:54:39 +03:00

README.md

Python PyPI version

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)


Contribute

All PRs are welcome!

  1. fork (https://github.com/demiroren-teknoloji/django-admin-autocomplete-list-filter/fork)
  2. Create your branch (git checkout -b my-features)
  3. commit yours (git commit -am 'added killer options')
  4. push your branch (git push origin my-features)
  5. Than create a new Pull Request!

Change Log

2019-10-07

  • Init repo...