ACM Site Rewrite
Find a file
2024-08-31 12:57:28 -04:00
acmsite about: Update events coordinator ID for automatic photo 2024-08-31 12:57:28 -04:00
migrations Init event checkin structure 2024-08-28 16:16:45 -04:00
.gitignore Enable Officer positions to be created and photos to be uploaded 2024-04-01 14:14:56 +11:00
Makefile Update makefile 2024-04-03 18:50:05 +11:00
README.md Allow admin status to be toggled from admin panel 2024-04-03 17:38:08 +11:00
requirements.txt Enable Officer positions to be created and photos to be uploaded 2024-04-01 14:14:56 +11:00
wsgi.py Scaffold out authentication 2024-03-03 17:52:34 -05:00

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.