Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 573 Bytes

File metadata and controls

14 lines (10 loc) · 573 Bytes

DOI

This repository contains files edited for METE2-project energy calculators web-version "mete_project" based on Django framework.

Calculation use template tags on various html-pages in users/ and blog/ template folders. Templete tags are defined in blog/templetetags folder

Prosedure to use repository files:

  1. Create Django project
  2. Copy files fronm repository to your project
  3. Prepare migrations to database
  4. Migrate changes to database
  5. Run Django project normally