Ready to launch contacts application developed in Django framework
Configuration settings required..
- Create a virtual environment using the command
virtualenv env
- activate the virtual env using the command
source env/bin/activate
- Install django using pip
pip install django
- Run the server using the command
python manage.py runserver