Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 646 Bytes

web-common

A common website backend for all my lab website projects

Folder Structure

/labsite: contains the main django project
/common: application for the lab website /static: resources for website

Requirements

See requirements.txt

Overview

The code in this repository uses the django framework. Please read the django documentation for a better overview.

The main files of interest are:

  • admin.py: contains the definitions for each model in the admin panel
  • models.py: definitions for each data model
  • urls.py: urls for each viewport
  • views.py: defines views for each webpage