There was an error while loading. Please reload this page.
git clone https://github.com/CMPUT404W21H02-Project/CMPUT404-project-socialdistribution.git cd CMPUT404-project-socialdistribution virtualenv venv --python=python3 source venv/bin/activate pip install -r requirements.txt python manage.py makemigrations citrus_home python manage.py migrate python manage.py createsuperuser python manage.py collectstatic python manage.py runserver