#A Django project for testing continuous deployment workflow
This project creates a simple webservice, which is based on the Python framework Django and is used to explore the world of continuos deployment.
Made by Jan G., Stefanie H., Markus N., Marius O., Arno P.for the course System Engineering and Management at the
Hochschule der Medien Stuttgart in the summer term of 2015.
For this App you need Django or type in console: pip install Django==1.8
.
For the latest development version use: git clone https://github.com/django/django.git
Make sure to install all dependencies:
- Clone this Github project to your local disk.
- Open your Terminal and switch to the project folder.
- Install dependencies using the following command:
pip install -r requirements.txt
To run the project, type python manage.py runserver
.
You will now be able to access the webapp in your Browser under http://127.0.0.1:8000
(localhost).