Showing posts with label django. Show all posts
Showing posts with label django. Show all posts

first django project

        First django project


In this tutorial ,  i will explore about "How to create new django first project" . After read this blog you would clear. Then conform you will learn something new

Step 1:

 Install python on your system.  

https://helpingtamizhan.blogspot.com/2020/04/how-to-install-python-in-linux.html

Step 2:

Install pip

https://helpingtamizhan.blogspot.com/2020/04/how-to-install-virtual-environment-in.html

Step 3:

Install virtual environment

https://helpingtamizhan.blogspot.com/2020/04/how-to-install-virtual-environment.html

Step 4:

https://helpingtamizhan.blogspot.com/2020/08/django-first-project.html

Step 5:

django-admin startproject <projectname>

Example:

django-admin startproject mysite

Step 6:

cd mysite

Step 7:

python manage.py runserver



Step 8:

Project run successfully



Thank you for read this tutorial!!

Share:

How to install django package

        Django Installation






    In this i will teach about "How to install Django package in your system". After watch this blog you learn something.

Step 1 :

    Install python software in your system 
follow this steps  



Step 2 :
    
Now install virtual environment in your system   
follow this steps 


Step 3 :

Now install django package in your virtual environment

   pip install django
   

Thank you for read this blog !!.
If you any doubts contact me on social links 
                      
Share: