GithubHelp home page GithubHelp logo

sad0xer / secondpro Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

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.

Python 47.39% HTML 52.61%
django django-application django-project python webapplication portfolio-website python3 website

secondpro's Introduction

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.๐Ÿ˜„

secondpro's People

Contributors

sad0xer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.