Add Person


This is a SingleTagField, effectively a CharField with dynamic choices

This field does not split on spaces

Enter a comma-separated tag string
Static demo - form disabled

Database

Tagged model: Person

Class name: example.models.Person
Num objects: 4
pk name title skills hobbies
1 Alice Mrs JavaScript, Python/Django gaming
2 Bob Mr Linux coding, eating
3 Carol Ms JavaScript/Angular.js "watching tv"
4 Dave Mr Linux/nginx, Linux/uwsgi eating, gaming

Tag model: Title

Class name: example.models._Tagulous_Person_title
Num objects: 3
name slug count protected
Mr mr 2 True
Mrs mrs 1 True
Ms ms 1 False

Tag model: Hobby

Class name: example.models._Tagulous_Person_hobbies
Num objects: 4
name slug count protected
coding coding 1 True
eating eating 2 True
gaming gaming 2 True
watching tv watching-tv 1 False

Tag tree model: Skill

Class name: example.models.Skill
Num objects: 9
name label level parent path slug count protected
JavaScript JavaScript 1 None javascript javascript 1 False
JavaScript/Angular.js Angular.js 2 JavaScript javascript/angularjs angularjs 1 True
JavaScript/JQuery JQuery 2 JavaScript javascript/jquery jquery 0 True
Linux Linux 1 None linux linux 1 False
Linux/nginx nginx 2 Linux linux/nginx nginx 1 True
Linux/uwsgi uwsgi 2 Linux linux/uwsgi uwsgi 1 True
Python Python 1 None python python 0 False
Python/Django Django 2 Python python/django django 1 True
Python/Flask Flask 2 Python python/flask flask 0 True