dmzio / django-uniflag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-uniflag

inspired by https://github.com/pinax/django-flag

Makes arbitrary flagging of any content easy

Use

  • Install as usual
  • Enable in installed apps and run syncdb
  • See conf.py for possible configuration changes

Include {% flagform_js %} tag once on each page, which uses flags - it inludes necessary JS files

Include {% add_flag_for object user flag_type %} for each object to be flagged

About


Languages

Language:Python 66.5%Language:JavaScript 16.8%Language:CSS 16.7%