LICENSE
MANIFEST.in
README.md
setup.py
django_rated_reviews.egg-info/PKG-INFO
django_rated_reviews.egg-info/SOURCES.txt
django_rated_reviews.egg-info/dependency_links.txt
django_rated_reviews.egg-info/not-zip-safe
django_rated_reviews.egg-info/requires.txt
django_rated_reviews.egg-info/top_level.txt
reviews/__init__.py
reviews/admin.py
reviews/apps.py
reviews/forms.py
reviews/managers.py
reviews/models.py
reviews/signals.py
reviews/urls.py
reviews/views.py
reviews/widgets.py
reviews/locale/en/LC_MESSAGES/django.mo
reviews/locale/en/LC_MESSAGES/django.po
reviews/locale/ru/LC_MESSAGES/django.mo
reviews/locale/ru/LC_MESSAGES/django.po
reviews/migrations/0001_initial.py
reviews/migrations/__init__.py
reviews/static/reviews/css/reviews.css
reviews/static/reviews/css/star-rating.css
reviews/static/reviews/css/star-rating.min.css
reviews/static/reviews/img/star-empty.svg
reviews/static/reviews/img/star-full.svg
reviews/static/reviews/img/star-half.svg
reviews/static/reviews/js/reviews.js
reviews/static/reviews/js/star-rating.js
reviews/static/reviews/js/star-rating.min.js
reviews/templates/reviews/400-debug.html
reviews/templates/reviews/form.html
reviews/templates/reviews/list.html
reviews/templates/reviews/post.html
reviews/templates/reviews/posted.html
reviews/templates/reviews/rating_average.html
reviews/templates/reviews/rating_value.html
reviews/templatetags/__init__.py
reviews/templatetags/reviews.py
tests/__init__.py
tests/runtests.py
tests/custom_reviews/__init__.py
tests/custom_reviews/forms.py
tests/custom_reviews/models.py
tests/custom_reviews/views.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/urls.py
tests/testapp/urls_admin.py
tests/testapp/urls_default.py
tests/testapp/templatetags/__init__.py
tests/testapp/templatetags/review_testtags.py
tests/testapp/tests/__init__.py
tests/testapp/tests/test_app_api.py
tests/testapp/tests/test_models.py
tests/testapp/tests/test_review_admin.py
tests/testapp/tests/test_review_form.py
tests/testapp/tests/test_review_views.py
tests/testapp/tests/test_templatetags.py