Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.88 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.88 KB

portfolio

Codacy Badge Circle CI Updates Python 3

A simple portfolio website written in Python, using Django.

Goal

This project aims to develop a simple portfolio website for use by Django developers.

Requirements

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

Additional requirements

All additional packages can be found in pip-requirements.txt.

Installation of additional requirements

All additional packages can be installed using pip:

pip install -r pip-requirements.txt

Issues

Issues are tracked in Githubs issue tracker.

Copyright & License

This project is (c) 2015 by Sascha Peter. Licensed under the GPLv2.0.

Main contributors

Sascha Peter

Feedback welcome!

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.