CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
version.toml
django_tag_me.egg-info/PKG-INFO
django_tag_me.egg-info/SOURCES.txt
django_tag_me.egg-info/dependency_links.txt
django_tag_me.egg-info/requires.txt
django_tag_me.egg-info/top_level.txt
example/.gitignore
example/LICENSE.rst
example/README.rst
example/__init__.py
example/manage.py
example/pyproject.toml
example/pytest.ini
example/requirements_dev.txt
example/setup.cfg
example/tox.ini
example/version.toml
example/.env/.local
example/.env/.production
example/.env/.staging
example/.env/.testing
example/.github/ISSUE_TEMPLATE.md
example/blog/__init__.py
example/blog/admin.py
example/blog/apps.py
example/blog/forms.py
example/blog/models.py
example/blog/operations.py
example/blog/reports.py
example/blog/urls.py
example/blog/views.py
example/blog/migrations/0001_initial.py
example/blog/migrations/0002_initial.py
example/blog/migrations/__init__.py
example/config/requirements/base.txt
example/config/requirements/local.txt
example/config/requirements/production.txt
example/config/requirements/staging.txt
example/config/requirements/test.txt
example/config/settings/__init__.py
example/config/settings/base.py
example/config/settings/local.py
example/config/settings/production.py
example/config/settings/staging.py
example/config/settings/test.py
example/config/settings/username_blacklist.py
example/core/__init__.py
example/core/asgi.py
example/core/urls.py
example/core/wsgi.py
example/core/management/commands/reset_and_seed_blog.py
example/core/management/fixtures/a_user_fixtures.json
example/core/management/fixtures/b_user_tags_fixtures.json
example/core/utils/context_processors.py
example/core/views/__init__.py
example/core/views/generic/__init__.py
example/core/views/generic/base.py
example/core/views/generic/detail.py
example/core/views/generic/edit.py
example/core/views/generic/list.py
example/logging/.gitkeep
example/static/css/styles.css
example/templates/base.html
example/templates/account/account_inactive.html
example/templates/account/email.html
example/templates/account/email_confirm.html
example/templates/account/login.html
example/templates/account/login_users_table.html
example/templates/account/logout.html
example/templates/account/password_change.html
example/templates/account/password_reset.html
example/templates/account/password_reset_done.html
example/templates/account/password_reset_from_key.html
example/templates/account/password_reset_from_key_done.html
example/templates/account/password_set.html
example/templates/account/signup.html
example/templates/account/signup_closed.html
example/templates/account/verification_sent.html
example/templates/account/verified_email_required.html
example/templates/account/email/base_message.txt
example/templates/account/email/email_confirmation_message.txt
example/templates/account/email/email_confirmation_signup_message.txt
example/templates/account/email/email_confirmation_signup_subject.txt
example/templates/account/email/email_confirmation_subject.txt
example/templates/account/email/password_reset_key_message.txt
example/templates/account/email/password_reset_key_subject.txt
example/templates/account/messages/cannot_delete_primary_email.txt
example/templates/account/messages/email_confirmation_sent.txt
example/templates/account/messages/email_confirmed.txt
example/templates/account/messages/email_deleted.txt
example/templates/account/messages/logged_in.txt
example/templates/account/messages/logged_out.txt
example/templates/account/messages/password_changed.txt
example/templates/account/messages/password_set.txt
example/templates/account/messages/primary_email_set.txt
example/templates/account/messages/unverified_primary_email.txt
example/templates/account/snippets/already_logged_in.html
example/templates/blog/all_tags.html
example/templates/blog/authors.html
example/templates/blog/create_article.html
example/templates/blog/dashboard.html
example/tests/__init__.py
example/tests/conftest.py
example/tests/test_custom_user.py
example/theme/__init__.py
example/theme/apps.py
example/theme/static/css/styles.css
example/theme/static_src/.gitignore
example/theme/static_src/package-lock.json
example/theme/static_src/package.json
example/theme/static_src/postcss.config.js
example/theme/static_src/tailwind.config.js
example/theme/static_src/src/styles.css
example/theme/templates/base.html
example/users/__init__.py
example/users/admin.py
example/users/apps.py
example/users/forms.py
example/users/models.py
example/users/views.py
example/users/migrations/0001_initial.py
example/users/migrations/__init__.py
tag_me/__init__.py
tag_me/admin.py
tag_me/apps.py
tag_me/forms.py
tag_me/models.py
tag_me/urls.py
tag_me/views.py
tag_me/widgets.py
tag_me/db/__init__.py
tag_me/db/mixins.py
tag_me/db/forms/__init__.py
tag_me/db/forms/fields.py
tag_me/db/forms/mixins.py
tag_me/db/models/fields.py
tag_me/management/commands/add_user_tags.py
tag_me/management/commands/createsuperuser_for_testing.py
tag_me/management/commands/migrate.py
tag_me/management/commands/tags.py
tag_me/migrations/0001_initial.py
tag_me/migrations/__init__.py
tag_me/static/tag_me/tag_me_multi_select.js
tag_me/templates/base.html
tag_me/templates/tag_me/tag_me_select.html
tag_me/templates/tag_me/tag_me_select_search_bar_menu.html
tag_me/templates/tag_me/mgmt/edit_tagged_fields.html
tag_me/templates/tag_me/mgmt/list_user_tag.html
tag_me/templates/tag_me/mgmt/management.html
tag_me/templates/tag_me/mgmt/sync_tagged_field_list.html
tag_me/templates/tag_me/mgmt/tagged_field_list.html
tag_me/templates/tag_me/user/edit_user_tag.html
tag_me/templates/tag_me/user/list_user_tag.html
tag_me/templatetags/__init__.py
tag_me/templatetags/tag_filters.py
tag_me/templatetags/tag_me.py
tag_me/utils/collections.py
tag_me/utils/helpers.py
tag_me/utils/parser.py
tag_me/utils/tag_mgmt_system.py
tests/__init__.py
tests/admin.py
tests/apps.py
tests/forms.py
tests/manage.py
tests/models.py
tests/operations.py
tests/reports.py
tests/settings.py
tests/test_collections.py
tests/test_custom_commands.py
tests/test_form_field.py
tests/test_helpers.py
tests/test_model_field.py
tests/test_models.py
tests/test_parser.py
tests/test_widget.py
tests/urls.py
tests/views.py
tests/migrations/0001_initial.py
tests/migrations/0002_alter_tagtestbase_tags.py
tests/migrations/0003_alter_tagtestbase_tags.py
tests/migrations/__init__.py