Project Setup
-
Install Python 3.7 first
-
Clone the Repository
git clone https://github.com/mukul96/DjangoTask -
go in the project directory
cd DjangoTask -
setup a virtual environment
virtualenv my-environment -
Activate the virtual environment
source my-environment/bin/activate -
then do pip install -r requirements.txt
-
Run the following commands
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Now you will be able go through the urls for the usage as discussed.