Coder Social home page Coder Social logo

django-taggit-anywhere's Introduction

django-taggit-anywhere

image

image

image

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.

django-taggit-anywhere's People

Contributors

bashu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

django-taggit-anywhere's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.