Learning Management System in Django ReactJs #2|Connect Django with MySQL Database

Опубликовано: 05 Октябрь 2024
на канале: Code Artisan Lab
8,102
79

In this video, We will perform the following tasks.
1. Install mysqlclient package
2. Install XAMP server and user Phpmyadmin
3. Connect django project with mysql
4. Run the migrations
#django #CodeArtisanLab #LearningManagementSystem #djangoMySQL

Download source code
======================
https://github.com/codeartisanlab/Lea...


Downloads
--------------
Python - https://www.python.org/downloads/
VirtualEnv - https://docs.python.org/3/tutorial/ve...
Django - https://pypi.org/project/Django/
myclient - pip install mysqliclient
XAMPP - https://www.apachefriends.org/

Commands
--------------
Create virtual enviroment comment
py -m venv env
Install Django Package
pip install django
Create django project
django-admin startproject project_name
Create django app in project
py manage.py startapp app_name
Create django admin
py manage.py createsuperuser
Migrate command
py manage.py migrate


LIKE ✦ COMMENT ✦ SHARE ✦ SUBSCRIBE
-----------------------------------------------

Tutorials
--------------------------
Django eCommerce Heroku URL - https://vibrant-vin-51745.herokuapp.com/
Download Source Code - https://github.com/codeartisanlab
Ecommerce Website in Django 3 and Bootstrap 4 -    • How to create eCommerce website in Dj...  
PhotoGallery Website in Django 3, Sqlite and Bootstrap 5 -    • Build PhotoGallery Project in Django ...  
Django Rest Api with Authentication -    • Create Rest api in django 3 with user...  
Employee Register App in Codeigniter 4 and Bootstrap 4 -    • How to create Website in Codeigniter ...  
Django Patient Record App -    • Patient Record App in Django 3  
Django Question Answer Website -    • Question Answer Website in Django  
Django News Website -    • Django News Website  
Django ReactJs Employee Register App -    • Employee Register App  


We will learn in this video
----------------
How to connect mysql with django
Django and Phpmyadmin

⭐️ Tags ⭐️
Django and React
Django
React
Django and React Tutorial
Django Tutorial
React Tutorial
Python Django Tutorial
JavaScript React Tutorial
Learning Management system in Django and ReactJs