ckelly / django-resume

Django app for presenting and editing a resume
MIT License
24 stars 10 forks source link

Django Resume

Django Resume is a Django app built to generate a resume on a user's site.

It includes fields for just about everything one could want on a basic public resume, including jobs with achievements, skillsets with skills (optionally linked to urls), microformats (hResume) support, and a pre-made basic template/ stylesheet with SASS-generated stylesheets.

Run it with:

python3 manage.py runserver

TODOs