Skip to content

A port over to another registration system in python

License

Notifications You must be signed in to change notification settings

sarahakbar16/Hack-WPI-Python

 
 

Repository files navigation

Hack@WPI 2018 Website

Used chronicel's registration system as a base but removed the need of mailchimp.

Rest is from their repo:

Setup:

  • Clone repo
  • pip3 install -r requirements.txt
  • Fill in all config files!
  • Database:
python3
from flask_app import db
db.create_all()
  • Automatic waitlist management setup: Setup your favorite cron like tool to run python3 manage_waitlist.py nightly!
  • python3 flask_app.py
  • 🎉 🔥 🙌 💃 👌 💯

About

A port over to another registration system in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.9%
  • Python 40.1%
  • JavaScript 9.5%
  • CSS 3.5%