From 603425526fb233b1f1c5462683e53251208392d1 Mon Sep 17 00:00:00 2001 From: gojuukaze Date: Thu, 27 Jan 2022 22:06:19 +0800 Subject: [PATCH] v1.0.11 --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a0913..9c90faf 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,12 @@ git clone git@github.com:gojuukaze/django-tagify2.git cd django-tagify2 pip install django python manage.py makemigrations example +python manage.py createsuperuser python manage.py migrate python manage.py runserver + +# open +# http://127.0.0.1:8000 +# http://127.0.0.1:8000/number +# http://127.0.0.1:8000/admin/example/people/1/change/ ``` diff --git a/setup.py b/setup.py index d1c077c..2ae2caa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-tagify2', - version='1.0.10', + version='1.0.11', description='django tag input field using tagify.js', url='https://github.com/gojuukaze/django-tagify2', author="gojuukaze",