/Interview

Primary LanguageJavaScript

Django-appointment-and-booking-system

  1. pip install virtualenv
  2. virtualenv .
  3. Scripts\activate or scripts\activate

Now we have to create another directory inside virtualenv, then we have to install django inside it. Browse that new directory via command line and install django inside it.

  1. pipenv install django /pip install django

Copy this whole oproject inside django directory, browse the app and run python .\manage.py runserver