Django-CV Documentation¶
Overview¶
Django-CV allows users to make highly customizable curricula vitae for use on their websites. The application provides models for common entries on curricula vitae such as education, employment, publications, teaching, and service. Django-CV eliminates many of the repetitive tasks related to producing curricula vitae. The included templates provide a complete CV “out of the box”, but allows researchers who might be interested to customize the format using Django templating language.
Organization of the Documentation¶
CV Sections documents the API to write lines on CV by different sections on a CV
Templates
- Template tags & filters
- Template structure
Module Reference
Contributing to Django-CV¶
It’s quite possible that Django-CV does not include all types of publications necessary. You may open an issue, or–even better–contribute code for other common types of publications not already incorporated into Django-CV.