LICENSE
MANIFEST.in
README.rst
VERSION
manage.py
setup.cfg
setup.py
tox.ini
django_flag_app.egg-info/PKG-INFO
django_flag_app.egg-info/SOURCES.txt
django_flag_app.egg-info/dependency_links.txt
django_flag_app.egg-info/not-zip-safe
django_flag_app.egg-info/requires.txt
django_flag_app.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/settings.rst
docs/style-customisation.rst
docs/webAPI.rst
docs/_static/images/django-flag-app.gif
flag/__init__.py
flag/admin.py
flag/apps.py
flag/exceptions.py
flag/managers.py
flag/mixins.py
flag/models.py
flag/signals.py
flag/urls.py
flag/utils.py
flag/views.py
flag/api/__init__.py
flag/api/urls.py
flag/api/views.py
flag/migrations/0001_initial.py
flag/migrations/__init__.py
flag/static/flag/css/flag.css
flag/static/flag/js/flag.js
flag/templates/flag/flag_form.html
flag/templates/flag/flag_icon.html
flag/templatetags/__init__.py
flag/templatetags/flag_tags.py
tests/__init__.py
tests/base.py
tests/test_api.py
tests/test_exceptions.py
tests/test_mixins.py
tests/test_models.py
tests/test_signals.py
tests/test_template_tags.py
tests/test_utils.py
tests/test_views.py