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
1. Fork the repository click here else you can download ZIP of this project from here.
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 commandpip install python==3.10.0
orpy -m pip install python==3.10.0
pip install django
To install perticular version of django run this command
pip install django==4.0.1
python manage.py createsuperuser
- Enter username
- Enter Email Address (Only If you want to, otherwise skip by pressing Enter/Return)
- Enter Password (Password will be invisible while entering in terminal)
- Re-Enter the Password
python manage.py runserver
URL is something like http://127.0.0.1:8888/
if you are in windows.