Resume mangement application allowing PDF export.
Project description
Django application for manage and export your resume.
Install
python setup.py install git+git://github.com/ojii/pymaging.git#egg=pymaging git+git://github.com/ojii/pymaging-png.git#egg=pymaging-png
Edit your settings.py for add curriculum to INSTALLED_APPS:
INSTALLED_APPS = ( ... 'curriculum', ... )
Usage
All data can be filled in Django’s administration site or by custom way.
You can export you resume as PDF with administration’s action. Select in details which information you want export and clic.
You can use or copy the following views for export:
curriculum.views.export_single_page: For create a single page resume
curriculum.views.export_classic: For create a classic resume
Or use HTML5 presentation view: curriculum.revealjs.views.get_resume.
Tests
You can run tests with Tox:
tox -e py2.7-rl32-django1.8
Try it quickly
You can test it with its demo or install yourself as describe above and launch the following commands:
pip install django python tests/runtests.py migrate python tests/runtests.py createsuperuser # Create your login and password python tests/runtests.py runserver 0.0.0.0:8080
Now you can go to http://0.0.0.0:8080 and try the app.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-cv-0.7.tar.gz
.
File metadata
- Download URL: django-cv-0.7.tar.gz
- Upload date:
- Size: 720.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a98eb29b3abae122cc47d17eccb679337481113c5b790b3d5a528dc5b9b6fa3 |
|
MD5 | 1b2c80bed78953c05eee92526d4c3a43 |
|
BLAKE2b-256 | 7acee8d8b3706feb9621d836d6da2041053da993334f11cb7a52b753119fdd38 |