An open API service indexing awesome lists of open source software.

https://github.com/vanandrew/web-common

A common website backend for all my lab website projects
https://github.com/vanandrew/web-common

backend django website

Last synced: 5 months ago
JSON representation

A common website backend for all my lab website projects

Awesome Lists containing this project

README

          

# 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](https://www.djangoproject.com/) 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