AUTHORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
cookie_consent/__init__.py
cookie_consent/admin.py
cookie_consent/apps.py
cookie_consent/cache.py
cookie_consent/conf.py
cookie_consent/middleware.py
cookie_consent/models.py
cookie_consent/translation.py
cookie_consent/urls.py
cookie_consent/util.py
cookie_consent/views.py
cookie_consent/fixtures/common_cookies.json
cookie_consent/locale/de/LC_MESSAGES/django.po
cookie_consent/locale/en/LC_MESSAGES/django.mo
cookie_consent/locale/en/LC_MESSAGES/django.po
cookie_consent/locale/hr/LC_MESSAGES/django.po
cookie_consent/locale/it/LC_MESSAGES/django.po
cookie_consent/migrations/0001_initial.py
cookie_consent/migrations/0002_auto__add_logitem.py
cookie_consent/migrations/0003_alter_cookiegroup_varname.py
cookie_consent/migrations/0004_cookie_natural_key.py
cookie_consent/migrations/0005_cookiegroup_description_en_cookiegroup_name_en_and_more.py
cookie_consent/migrations/__init__.py
cookie_consent/static/cookie_consent/cookie.css
cookie_consent/static/cookie_consent/cookiebar.js
cookie_consent/static/cookie_consent/style.css
cookie_consent/templates/cookie_consent/_cookie_group.html
cookie_consent/templates/cookie_consent/base.html
cookie_consent/templates/cookie_consent/cookiegroup_list.html
cookie_consent/templates/cookie_consent/include/cookie_bar_body.html
cookie_consent/templates/cookie_consent/include/cookie_modal_body.html
cookie_consent/templates/cookie_consent/include/header.html
cookie_consent/templatetags/__init__.py
cookie_consent/templatetags/cookie_consent_tags.py
cookie_consent/templatetags/cookie_tags.py
django_cookie_consent_fwd.egg-info/PKG-INFO
django_cookie_consent_fwd.egg-info/SOURCES.txt
django_cookie_consent_fwd.egg-info/dependency_links.txt
django_cookie_consent_fwd.egg-info/requires.txt
django_cookie_consent_fwd.egg-info/top_level.txt
tests/test_cache.py
tests/test_cookie_group_model.py
tests/test_cookie_model.py
tests/test_javascript_cookiebar.py
tests/test_legacy_javascript_cookiebar.py
tests/test_middleware.py
tests/test_models.py
tests/test_settings.py
tests/test_templatetags.py
tests/test_util.py
tests/test_views.py