ACM Site Rewrite
![]() Let's not emulate the rest of WPI's shitty login system that doesn't deal with name changes This also opens us to up to making it significantly easier to update names and emails, if they don't match on login but ID matches. Will file bug to implement this, though it'll be hard to test Note that this is a BREAKING CHANGE, the database will need to be cleared before applying migrations will succeed |
||
---|---|---|
acmsite | ||
migrations | ||
.gitignore | ||
Makefile | ||
README.md | ||
requirements.txt | ||
wsgi.py |
acm-site
Rewrite of the WPI ACM website in Flask
Development Environment
We provide a Makefile to manage development and production environments. To set
up a new virtual environment, use make init_env
. Any time project requirements
change, use make upgrade_env
. When deploying to production, make post_upgrade
will be your friend, as it will automatically set up requisite
folders, an environment, and run migrations for you.