An open API service indexing awesome lists of open source software.

https://github.com/dakrauth/django-simplecv

📐 A simple CV/Résumé generator and exporter
https://github.com/dakrauth/django-simplecv

Last synced: 10 months ago
JSON representation

📐 A simple CV/Résumé generator and exporter

Awesome Lists containing this project

README

          

django-simplecv
===============

A simple Django app for rendering CV's / Résumés into HTML, PDF,
MS Word docx, and plain text formats.

The management command ``simplecv`` will also (batch) convert a specified CV file.

Installation
------------

Preferably, create a new virtual environment.

Until a more robust, well-tested code base is completed, install directly from
the GitHub repository::

pip install -e git+https://github.com/dakrauth/django-simplecv.git#egg=simplecv

Or, download and/or fork::

git clone https://github.com/dakrauth/django-simplecv.git
pip install -r django-simplecv/requirements.txt

Usage
-----

Add ``simplecv`` to the your project's ``settings.INSTALLED_APPS``

License
-------

django-simplecv is available under the `MIT license`_.

.. _MIT license: LICENSE