LICENSE
MANIFEST.in
README.rst
setup.py
cv/__init__.py
cv/admin.py
cv/apps.py
cv/constants.py
cv/context_processors.py
cv/forms.py
cv/settings.py
cv/signals.py
cv/urls.py
cv/utils.py
cv/views.py
cv/migrations/0001_initial.py
cv/migrations/__init__.py
cv/models/__init__.py
cv/models/base.py
cv/models/files.py
cv/models/managers.py
cv/models/publications.py
cv/models/works.py
cv/static/cv/cv-forms.css
cv/static/cv/cv-main.css
cv/templates/cv/base.html
cv/templates/cv/contact.html
cv/templates/cv/cv.html
cv/templates/cv/skeleton.html
cv/templates/cv/citations/article.bib
cv/templates/cv/citations/article.ris
cv/templates/cv/citations/book.bib
cv/templates/cv/citations/book.ris
cv/templates/cv/citations/report.bib
cv/templates/cv/citations/report.ris
cv/templates/cv/citations/talk.bib
cv/templates/cv/citations/talk.ris
cv/templates/cv/details/_cv_detail_base.html
cv/templates/cv/details/article_detail.html
cv/templates/cv/details/book_detail.html
cv/templates/cv/details/dataset_detail.html
cv/templates/cv/details/report_detail.html
cv/templates/cv/details/talk_detail.html
cv/templates/cv/forms/_article_base.html
cv/templates/cv/forms/_base.html
cv/templates/cv/forms/_book_base.html
cv/templates/cv/forms/_publication_base.html
cv/templates/cv/forms/_publication_field.html
cv/templates/cv/forms/article_add_form.html
cv/templates/cv/forms/article_edit_form.html
cv/templates/cv/forms/book_add_form.html
cv/templates/cv/forms/cv_add_form.html
cv/templates/cv/forms/cv_confirm_delete.html
cv/templates/cv/forms/cv_edit_form.html
cv/templates/cv/lists/_cv_lists_base.html
cv/templates/cv/lists/article_list.html
cv/templates/cv/lists/book_list.html
cv/templates/cv/lists/dataset_list.html
cv/templates/cv/lists/report_list.html
cv/templates/cv/lists/talk_list.html
cv/templates/cv/sections/articles.html
cv/templates/cv/sections/awards.html
cv/templates/cv/sections/books.html
cv/templates/cv/sections/chapters.html
cv/templates/cv/sections/courses.html
cv/templates/cv/sections/degrees.html
cv/templates/cv/sections/grants.html
cv/templates/cv/sections/otherwriting.html
cv/templates/cv/sections/positions.html
cv/templates/cv/sections/reports.html
cv/templates/cv/sections/service.html
cv/templates/cv/sections/students.html
cv/templates/cv/sections/talks.html
cv/templatetags/__init__.py
cv/templatetags/cvtags.py
django_vitae.egg-info/PKG-INFO
django_vitae.egg-info/SOURCES.txt
django_vitae.egg-info/dependency_links.txt
django_vitae.egg-info/requires.txt
django_vitae.egg-info/top_level.txt
docs/extensions/settings.py
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/settings.rst
docs/source/shortcuts.rst
docs/source/_ext/__init__.py
docs/source/_ext/djangodocs.py
docs/source/reference/index.rst
docs/source/reference/managers.rst
docs/source/reference/models.rst
docs/source/reference/views.rst
docs/source/topics/index.rst
docs/source/topics/publications/articles.rst
docs/source/topics/publications/books.rst
docs/source/topics/publications/chapters.rst
docs/source/topics/publications/common.rst
docs/source/topics/publications/index.rst
docs/source/topics/publications/reports.rst
docs/source/topics/works/datasets.rst
docs/source/topics/works/grants.rst
docs/source/topics/works/index.rst
docs/source/topics/works/other_writing.rst
docs/source/topics/works/talks.rst
tests/__init__.py
tests/cvtests.py
tests/test_article.py
tests/test_book.py
tests/test_chapter.py
tests/test_custom_settings.py
tests/test_models.py
tests/test_report.py
tests/test_settings.py
tests/test_urls.py
tests/test_utils.py
tests/test_works.py
tests/tests_orig.py