Django Blog Project

 Django Blog Project 













Django Blog project
        in this project use the following :
    
    Html
    Javascript
    Bootstrap
    Django
    CSS
    You can use this project to following commands

Step1:

        Source code : git hub
        you use this command and make the clone of project 
          git clone https://github.com/OneSakib/Blog.git

Step 2:

            after make the clone open the project and check requirements.txt file
            first make sure in your computer have python 3.10 of later version
            the write this command
             pip install -r requirements.txt pip insss
sssstall -r requirements.tx

 Step 3:   

            go to python project where the manage.py file is exist 
            open the terminal and write this command
            python manage.py runserver

Step 4:

            after this command successfully open the browser and type 
            localhost:8000 or 127.0.0.1:8000

step 5:

            To create Superuser use the followrin command
             python manage.py createsuperuser
aft
            after this you write your user name then email id after that write your password
             and again write password 
            the it show the successfully create super user 

Step 6:

             To access the super user 
            localhost:8000/admin  or 127.0.0.1:8000/admin
                 write your user id and password can access the all .

Comments

Popular posts from this blog

Java Programming / जावा प्रोग्रामिंग इन हिंदी

Django Shopping Cart Project