A simple portfolio website written in Python, using Django.
This project aims to develop a simple portfolio website for use by Django developers.
To run this project, the following requirements need to be met:
- Python 2.7.12, 3.3+
- Virtualenv
- PIP (Package Manager for installing additional requirements)
Other versions of python may work but the project has been tested against the following python versions:
- 2.7.12
- 3.3.6
- 3.4.4
- 3.5.3
- 3.6.1
All additional packages can be found in pip-requirements.txt
.
All additional packages can be installed using pip
:
pip install -r pip-requirements.txt
Issues are tracked in Githubs issue tracker.
This project is (c) 2015 by Sascha Peter. Licensed under the GPLv2.0.
This project has been built in mind to provide developers and non-technical people with a simplistic, powerful portfolio site.
Please raise any bugs, issues or feature ideas in the github issue tracker.