Skip to content

Installation

jha8 edited this page Apr 1, 2021 · 3 revisions

Installation

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 runserver

Clone this wiki locally