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
- Host: GitHub
- URL: https://github.com/dakrauth/django-simplecv
- Owner: dakrauth
- License: mit
- Created: 2017-06-26T22:21:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-16T20:02:42.000Z (about 1 year ago)
- Last Synced: 2025-06-16T21:20:32.160Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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