.gitignore
README.rst
setup.py
author/__init__.py
author/backends.py
author/decorators.py
author/middlewares.py
author/recivers.py
author_test/requirements.txt
author_test/fixtures/initial_data.yaml
author_test/src/miniblog/__init__.py
author_test/src/miniblog/manage.py
author_test/src/miniblog/settings.py
author_test/src/miniblog/urls.py
author_test/src/miniblog/autocmd/__init__.py
author_test/src/miniblog/blog/__init__.py
author_test/src/miniblog/blog/forms.py
author_test/src/miniblog/blog/models.py
author_test/src/miniblog/blog/urls.py
author_test/src/miniblog/blog/views.py
author_test/src/miniblog/blog/fixtures/test.yaml
author_test/src/miniblog/blog/templates/404.html
author_test/src/miniblog/blog/templates/blog/entry_confirm_delete.html
author_test/src/miniblog/blog/templates/blog/entry_detail.html
author_test/src/miniblog/blog/templates/blog/entry_form.html
author_test/src/miniblog/blog/templates/blog/entry_list.html
author_test/src/miniblog/blog/tests/__init__.py
author_test/src/miniblog/blog/tests/test_models.py
author_test/src/miniblog/blog/tests/test_views.py
author_test/static/css/style.css
author_test/static/css/style.scss
author_test/static/css/image/edit.png
author_test/static/css/image/trash.png
author_test/templates/404.html
author_test/templates/base.html
author_test/templates/blog/entry_confirm_delete.html
author_test/templates/blog/entry_detail.html
author_test/templates/blog/entry_form.html
author_test/templates/blog/entry_list.html
author_test/templates/registration/logged_out.html
author_test/templates/registration/login.html
django_author.egg-info/PKG-INFO
django_author.egg-info/SOURCES.txt
django_author.egg-info/dependency_links.txt
django_author.egg-info/requires.txt
django_author.egg-info/top_level.txt
django_author.egg-info/zip-safe