From 809783054d1e4cf9b2ff953e1d1b3b9700645d72 Mon Sep 17 00:00:00 2001 From: Christoph <923528+jurkov@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:17:04 +0200 Subject: [PATCH 1/2] Update Readme.md to provide shields to the readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a364cec..2c0b9e2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -40,7 +43,7 @@ Begin by adding `selectize` to the `INSTALLED_APPS` setting of your project. For Usage ----- -please visit: +Please run the demo project alocated at https://github.com/djangoer/django-selectize/tree/master/demo For testing ----------- From 6e2e99046d46da3b4d061fc097db37149ebc4f57 Mon Sep 17 00:00:00 2001 From: Christoph <923528+jurkov@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:18:41 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0b9e2..926f5ff 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Begin by adding `selectize` to the `INSTALLED_APPS` setting of your project. For Usage ----- -Please run the demo project alocated at https://github.com/djangoer/django-selectize/tree/master/demo +Please run the demo project located at https://github.com/djangoer/django-selectize/tree/master/demo For testing -----------