/Django_Contacts_Application

Ready to launch contacts application developed in Django framework

Primary LanguagePython

Django_Contacts_Application

Ready to launch contacts application developed in Django framework

Configuration settings required..

  1. Create a virtual environment using the command

virtualenv env

  1. activate the virtual env using the command

source env/bin/activate

  1. Install django using pip

pip install django

  1. Run the server using the command

python manage.py runserver