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",