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
- Host: GitHub
- URL: https://github.com/vanandrew/web-common
- Owner: vanandrew
- License: mit
- Created: 2018-03-25T20:40:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T23:41:29.000Z (about 2 years ago)
- Last Synced: 2026-01-03T07:35:38.059Z (6 months ago)
- Topics: backend, django, website
- Language: Python
- Size: 19.1 MB
- Stars: 0
- Watchers: 0
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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