Skip to content

A common website backend for all my lab website projects

License

Notifications You must be signed in to change notification settings

vanandrew/web-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A common website backend for all my lab website projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages