Skip to content

nottrobin/cv.robinwinslow.uk

Repository files navigation

Robin Winslow CV

This is the code for my CV site.

I build it in Django as an experiment, so I could play around with Django.

For the most part, this site is just flat templates - it doesn't use a database at all.

Running locally

$ sudo apt-get install python-pip python-dev libpq-dev
$ sudo pip install -r requirements.txt
$ ./manage.py runserver

Releases

No releases published

Packages

No packages published