A club payment/tracking website created by Cindy Hua, Mikayla Morrison, Vanja Dorovic, Subha Tasnim, and Katrina Mei.
- Coin Keeper
- Setup
- Common Errors and Fixes
- Sample Accounts
git clone https://github.com/mikaylamorrison/treasurer-website.git
pip install virtualenv
python -m venv env
source env/bin/activate
env\Scripts\activate
pip install -r requirements.txt
python manage.py
flask run
Run python manage.py
to ensure most updated database
Run flask run --port=8000
instead of flask run
Ensure all requirements are installed in proper path. Try to manually install the module in question by using pip install module
where module is the missing module.
These accounts are pregenerated for testing purposes.
username: admin
password: admin123
username: treasurer
password: treasurer123
username: coach
password: coach123
username: user(0-9)
password: user(0-9)pwd
For exammple: user0 would be the username and user0pwd is the password.