Skip to content

learning-continuous-deployment/django_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Django

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:

  1. Clone this Github project to your local disk.
  2. Open your Terminal and switch to the project folder.
  3. 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).

About

A small web service for testing our continuos deployment workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •