Skip to content

Fire2Bear/intranet_phonecenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project made to learn Django at MyDigitalSchool

Resources

Stars

Watchers

Forks

Packages

No packages published