Skip to content

This is simple portfolio website built in Django. This Django Project was build with help of @CodeWithHarry's YouTube video. Feel free to fork this repository.

Notifications You must be signed in to change notification settings

SAD0XER/SecondPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Tutorial In Hindi

Django Tutorial In Hindi


About This Project

This project was build in this YouTube video. All the code of that project is here. This project is a simple portfolio website but there is no signIn page in this website. So, you need to create signIn page on your own. If you want to create your account in this website then you need to create by command line (CLI). Open this project in your code editor and first of all understand the code first then go further.

The official sourse code from the creator is HERE and Download direct Source Code HERE

Video Link: Django Tutorial In Hindi

YouTube channel: CodeWithHarry


Steps to Run this Django Project

1. Fork the repository click here else you can download ZIP of this project from here.

2. Clone forked repository on your local system OR if you've ZIP file then extract that ZIP file.

3. Open PowerShell on that repository OR in that extracted project folder and run following commands:

⚠️ NOTE: Here I am considering that you have already installed python (version 3.10.0) in your system. If you have not installed yet, please kindly download from official python website. (Download Python) To install specific version of python run this command pip install python==3.10.0 or py -m pip install python==3.10.0

4. Install Django (version 4.0.1)

pip install django

To install perticular version of django run this command pip install django==4.0.1

5. Create super user (Creating Account for LogIn)

python manage.py createsuperuser
  1. Enter username
  2. Enter Email Address (Only If you want to, otherwise skip by pressing Enter/Return)
  3. Enter Password (Password will be invisible while entering in terminal)
  4. Re-Enter the Password

6. Now run the project

python manage.py runserver

7. Now copy the URL

URL is something like http://127.0.0.1:8888/ if you are in windows.

8. Open that URL in your browser.

9. Now enter your Username and Password on login page.

10. You are done! 😄


⚠️Note: Fork this project and build further more as you want.😄

About

This is simple portfolio website built in Django. This Django Project was build with help of @CodeWithHarry's YouTube video. Feel free to fork this repository.

Topics

Resources

Stars

Watchers

Forks