Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 726 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 726 Bytes

Flask teaching site framwork

This is the exercise page for quantum chemistry. It is designed to automize the exercise evaluation using Flask/SQLAlchemy.

The following command should be executed before running the server

  • pip install -r requirements.txt (assuming proper enviroment is setup)
  • ./initialized.sh
  • python manage.py runserver (debug mode)
  • python manage.py gunicorn (production mode)

The admin is set to be

  • account: admin
  • passwd: admin (see teaching_site/__init.py__)

NOTE: PLEASE CHANGE THE EMAIL WITH CORRECT LOGIN It is necessary for sending email of validation code

The default admin address need to be changed to have gmail response for user password reset