top of page

Architecture

Aktualisiert: 26. Dez. 2019


We are using the Django MVT-Framework (similar to MVC). Why: because we can use Python throughout the whole framework which happens to be one of the leading languages preferably used to compute stats. Thus there will be less difficulities working with the model and controller.


Only difference of MVT and MVC is that the MVC is a broad understanding of the architecture while the T stands for Template (in Python Django) and is described as follows:


Template: A template consists of static parts of the desired HTML output as well as some special syntax describing how dynamic content will be inserted.


Aktuelle Beiträge

Alle ansehen

Final Exam

Deployment & Tools: https://dhbw-karlsruhe.myjetbrains.com/youtrack/dashboard?id=ceebf9ae-0196-4858-b33c-d60a454df9ea Burndown-Charts https://dhbw-karlsruhe.myjetbrains.com/youtrack/reports/burndown/1

Deployment CI and Techstack

Testing: + Python django.test and Python unittest + Jenkins + Gherkins Development: + HTML + Plain JavaScript/jQuery + CSS/Bootstrap + Plain Python/Python Django + Github Deployment: + django

Installation

download from git-repo clear your whole server from any type of apache or other Web-Server-deployments currently running make sure your deployment server is running the latest version of python instal

bottom of page