ACM Website Backend Install Virtual Environment Mac/Linux: python -m venv env/ source env/bin/activate Install Django pip install Django Run the Server python manage.py runserver