A common website backend for all my lab website projects
/labsite: contains the main django project
/common: application for the lab website
/static: resources for website
See requirements.txt
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