The website for the IEEE Computer Society - VIT Student Chapter
The website is hosted here
Please report any bugs or issues here
$ pip install -r requirements.txt
$ python manage.py collectstatic
$ python manage.py runserver $PORT (For Development)
$ waitress-serve --port=$PORT mvp.wsgi:application (For Production)
- A PostgreSQL instance running locally or valid "DATABASE_URL" string in os.environ
- A valid "SECRET_KEY" string in os.environ for better security (Optional)
Set BUILDPACK_URL in os.environ as this
- A valid "COOKIE_SECRET" string in process.env for better security (Optional)