Django Framework Python | Complete CRUD Operations | Create, Read, Update, Delete Application

Python Developer - 0.1 October 6, 2021
Video Thumbnail

Python Developer - 0.1

View Channel

About

No channel description available.

Video Description

Django Framework Python | Complete CRUD Operations | Create, Read, Update, Delete Application rest API: https://youtu.be/SySJK6EVySI CRUD Operations : https://youtu.be/oK8xUBf7d4A Django Playlist : https://tinyurl.com/22szhzzp source code: https://github.com/jaggpython/crud_operations steps: 1) django-admin startproject crud cd crud python manage.py runserver 2) python manage.py startapp employee 3) create models create forms.py file create view create urls.py file 4) create templates folder create file index.html, show.html, edit.html write html code python manage.py runserver 5) make migrations python manage.py makemigrations python manage.py migrate 6) create static folder css folder style.css

You May Also Like