Skip to main content

django-taggit with easy

Project description

https://img.shields.io/pypi/v/django-taggit-anywhere.svg https://img.shields.io/pypi/dm/django-taggit-anywhere.svg https://img.shields.io/github/license/bashu/django-taggit-anywhere.svg

Even more simpler approach to tagging with django-taggit. Additionally this project provides easy-to-use integration with django-taggit-helpers and django-taggit-labels

Installation

First install the module, preferably in a virtual environment. It can be installed from PyPI:

pip install django-taggit-anywhere

Requirements

You must have django-taggit installed and configured, see the django-taggit documentation for details and setup instructions.

Setup

Make sure the project is configured for django-taggit.

You’ll need to add taggit_anywhere as a LAST item to INSTALLED_APPS in your project’s settings.py file:

INSTALLED_APPS += [
    # optional integration with django-taggit-helpers
    'taggit_helpers',  # pip install django-taggit-helpers

    # optional integration with django-taggit-labels
    'taggit_labels',  # pip install django-taggit-labels

    'taggit_anywhere',  # must be last in a list
]

There is only one mandatory configuration option you need to set in your settings.py:

TAGGIT_FOR_MODELS = [
    '<app_name>.<model_name>',
]

Please see example application. This application is used to manually test the functionalities of this package. This also serves as good example…

You need Django 1.8 or above to run that. It might run on older versions but that is not tested.

Contributing

If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)

License

django-taggit-anywhere is released under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-taggit-anywhere-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

django_taggit_anywhere-1.0.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file django-taggit-anywhere-1.0.0.tar.gz.

File metadata

  • Download URL: django-taggit-anywhere-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for django-taggit-anywhere-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5dad5b045c10540b90c710d738ba13e98f038bd35fefd0e4a689643d8bc5b86e
MD5 904ae83d8090d0813a8929462b76f271
BLAKE2b-256 237b85cbe8600346c8aa0785b0280f566fc316349e9338a409201c3d3ee5a68a

See more details on using hashes here.

File details

Details for the file django_taggit_anywhere-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: django_taggit_anywhere-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for django_taggit_anywhere-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2e3a11722dbf3eebcb6fef5ad046412019766b383d2450b370f75c5a0e00aaf7
MD5 8c2a20ed9e6ffe96aa4d16f37344d561
BLAKE2b-256 9f0414bf0f8532b1c2e92a31f9622ac9e6e1384f4d1f868f1403e99befa1364a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page