Skip to content

Updating Readme and adding shield icons #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[django-selectize](http://selectize-djangoer.rhcloud.com/)
## made a change to make an entry in hacktoberfest
=================

Note: This is only in Developing stage Now.
![PyPI](https://img.shields.io/pypi/v/django-selectize)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-selectize)
![PyPI - Downloads](https://img.shields.io/pypi/dm/django-selectize)
![GitHub contributors](https://img.shields.io/github/contributors/djangoer/django-selectize)
![GitHub last commit](https://img.shields.io/github/last-commit/djangoer/django-selectize)

> **Note**
> Note: This is only in Developing stage Now.

django-selectize is a Django app based on Selectize.js that help you to create Select and Multiselect widgets in Django forms.

Expand Down Expand Up @@ -40,7 +43,7 @@ Begin by adding `selectize` to the `INSTALLED_APPS` setting of your project. For
Usage
-----

please visit: <http://selectize-djangoer.rhcloud.com/>
Please run the demo project located at https://github.com/djangoer/django-selectize/tree/master/demo

For testing
-----------
Expand Down