pip install Django.
- Install some pip which will be required to run the project:
pip install dns
pip install PyMuPDF //for pdf
pip install docx //for doc
pip install python-docx //for doc
pip install pymongo //for mongoDb
pip install xwlt //for excel
- After installing all the above pips open the project in VScode after opening open the terminal and run the following command
server: python manage.py runserver