Full stack Development using Django FrameWork Cloning the Project Using Command Line : git clone https://github.com/Surajtalwar/Django-Framework.git
Followings are the some Reqiured installation, which is needed to Run the project.
- Install Python 3.X version, Because this project is run on Python 3 version, to install python3 here is the command : sudo apt-get install python3
- Install Virtual Enviorment Using Command pip3 install virtualenv name(any_name). #example pip3 install virtualenv env.
- To activate virtual Enviroment execute this Command, If Your virtual envviroment name is env. #env/bin/activate
- Install Django using command pip3 install django.
Here We Done With Our Installation, Enjoy With Python
Happy Pythoning!