DJANGO FULL BEGINNER TUTORIAL!!
Kevin De La Coba Malam
In this video I'm going to teach you how to create a simple website using DJANGO!!
If you want me to give you an exclusive lesson of MQL5, click here! https://www.fiverr.com/kecoma/teach-you-the-mql5-language If you want me to give you an exclusive lesson of Python, click here! https://www.fiverr.com/kecoma/give-a-python-lesson If you want me to give you an exclusive lesson of C, click here! https://www.fiverr.com/kecoma/give-you-c-lessons If you want me to build a bot for you, click here! https://es.fiverr.com/kecoma/build-for-you-a-mt5-bot
Github repository!: https://github.com/kecoma1/Trading_BOT/tree/main/tutoriales/Django/tutorial
If you have any question you can join my discord server! https://discord.gg/HmZfcDxW
My social media: https://www.instagram.com/kecomaq/ https://twitter.com/XDKevin100 https://www.linkedin.com/in/kevin-de-la-coba-malam-6ab174165/
For any business query send an email to komaku.es.solutions@gmail.com
Don't forget to visit my website! www.komaku.store
Song at the end: https://www.youtube.com/watch?v=Qspmp8odApo
Steps of the website:
Virtual enviroment sudo apt-get install virtualenv
Create enviroment virtualenv django_env
Activate the enviroment source ~/django_env/bin/activate
Create the requirements and install them gedit requirements.txt pip3 install -r requirements.txt
Create a project django-admin startproject tutorial
Create an app cd tutorial python3 manage.py startapp catalog
Open VSCode
Go to tutorial/settings.py and add in INSTALLED_APPS catalog.
Test the server python3 manage.py runserver
Create models in catalog/models.py
Update the database python3 manage.py makemigrations python3 manage.py migrate
Create the admin page
Create super-user python3 manage.py createsuperuser
Add a new command to populate the database Create folder catalog/management/commands Create file populate.py
Create views and html files
Content of the video: 0:00 - Intro 0:28 - Virtual enviroment 1:04 - Create enviroment 1:17 - Activate the enviroment 1:57 - Create the requirements and install them 3:05 - Create a project 4:24 - Interpreter in VSCode 5:23 - Create an app 6:24 - Create models in catalog/models.py 14:38 - Update the database 15:40 - Create the admin page 18:45 - Create super-user 19:40 - Go to tutorial/settings.py and add in INSTALLED_APPS catalog. 22:10 - Add a new command to populate the database 29:10 - Create views, urls and html files 57:06 - Outro ... https://www.youtube.com/watch?v=zlqg1SCl0Kw
371629095 Bytes