-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SeyedParsa edited this page Dec 16, 2018
·
8 revisions
Welcome to the SAD-Project wiki!
First, we need a virtual environment! We used virtualenvwrapper to make one with the following commands:
$ pip install virtualenvwrapper
$ export WORKON_HOME=~/Envs
$ mkdir -p $WORKON_HOME
$ source /usr/local/bin/virtualenvwrapper.sh
$ mkvirtualenv bidilo -p python3
pip install django
django-admin startproject mysite
python manage.py runserver