06.2018
Simple portfolio website.
I created it in order to utilize freshly learned Django framework skills, accompanied by some HTML, CSS and Bootstrap.
Website is fully responsive on smaller devices.
These instructions will get you a copy of the project up and running on your local machine.
- Python 3.7.0
- Django 2.0.7
- Download and install Python 3.7.0 .
- Download or clone the repository.
- Create and activate virtualenv on your machine.
- Install required files from
requirements.txt
. You can do it easily withpip install -r requirements.txt
command. - Run server in your IDE or manually -
python manage.py runserver
.
The website is up and running! You can now access it in your web browser at `localhost:8000` address.
- Piotr Goldys