Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 695 Bytes

Curriculum Vitae

This is the source code of my personal résumé, published at https://jaapjoris.nl/. It is a simple Django project that uses SimpleCMS to make it editable on the go.

Installation

Run the following commands:

$ pip install -r requirements.txt
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage runserver

Usage

Visit http://localhost:8000/edit to add sections to the homepage.

If you're using this to write your own CV, you'll want to at least change the base template.