top of page

Architecture

  • Georg
  • 22. Dez. 2019
  • 1 Min. Lesezeit

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

 
 
 
Deployment CI and Techstack

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

 
 
 
Installation

download from git-repo clear your whole server from any type of apache or other Web-Server-deployments currently running make sure your...

 
 
 

Comments


Thanks for submitting!

  • Twitter
  • Facebook
  • Linkedin

© 2020 by Stats-Screening. Proudly created with Wix.com

bottom of page