Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 399 Bytes

https://github.com/SamuelDauzon/intranetMDS2020

## Under unix system
# Creating virtual env
python3 -m venv venv_intranet
# Then entering into this venv
source venv_intranet/bin/activate


## OR under Windows
py -m venv venv_intranet
# Then entering into this venv
venv_intranet/bin/activate

# Une fois dans le Venv pour start le serveur 
python manage.py runserver 127.0.0.1:8080