2018 TJ SGA Website
Go to file
2018-06-03 18:59:11 -04:00
sgawebsite remove hr 2018-06-03 18:53:44 -04:00
.env init move 2018-05-02 15:40:31 -04:00
.gitignore working about page with templating and clean up formatting 2018-05-26 18:20:42 -04:00
.gitmodules add photos 2017-11-15 17:16:44 -05:00
LICENSE Initial commit 2017-06-23 09:37:59 -04:00
manage.py make index work 2018-05-08 16:34:00 -04:00
README.md update info 2018-06-03 18:59:11 -04:00
requirements.txt add requirements and download json 2018-05-08 16:54:26 -04:00
run.sh fix directory for run.sh 2018-06-03 18:48:36 -04:00

SGA Website

Setting up Production

  • Create a blank sqlite database with `sqlite3 db.sqlite3 ".databases"

Installing

  • source env/bin/activate
  • virtualenv -p python3 env
  • pip install -r requirements.txt

Running

  • source env/bin/activate
  • python3 manage.py runserver $PORT where $PORT is desired port.

Editing Data

Member Information

  • Member Information is modified in the django admin interface at /admin.
  • Sponsors have a -1 year to filter out the graduation year field in the generated website.
  • Officer bios are optional.

Forms

  • This feature is currently being worked on.