Skip to main content

django-taggit with easy

Project description

django-taggit-anywhere

django-taggit with easy!

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 https://img.shields.io/travis/bashu/django-taggit-anywhere.svg

Requirements

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

Installation

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

pip install django-taggit-anywhere

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 = (
    ...
    'taggit_anywhere',  # must be last in a list
)

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

TAGS_FOR_MODELS = [
    '<app_name>.models.<ModelName>',
]

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. :-)

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-0.0.1.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

django_taggit_anywhere-0.0.1-py2.py3-none-any.whl (5.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-taggit-anywhere-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ef10319fe526f514416b55cd7c490d31d5d39841173364de8ef502f6603228aa
MD5 1d039b334931f58072bab0f2c44af35c
BLAKE2b-256 f5b31e443596807b567e83d639772d6030ee7e0277bf6c5f30e41716e070a400

See more details on using hashes here.

Provenance

File details

Details for the file django_taggit_anywhere-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_taggit_anywhere-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 834f690ca9027370c78b238c28336e39e8a190f98b4055ec54aef37ef5a68d01
MD5 78d26043e6ec8598ae7f145c67992e7d
BLAKE2b-256 1b1d647e43be9d184307c07d66325728816706ccfd7669c5bdda37d25e6e7c36

See more details on using hashes here.

Provenance

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