Python Developer - 0.1
Python Developer - 0.1
  • 778
  • 729 014
Django project to create a Comment System
Django project to create a Comment System
Commenting on a post is the most common feature a post have and implementing in Django is way more easy than in other frameworks.
The Meta class inside the model contains metadata. We tell Django to sort results in the created_on field in descending order by default when we query the database. We specify descending order using the negative prefix. By doing so, comments made recently will appear first.
The __str__() method is the default human-readable representation of the object. Django will use it in many places, such as the administration site.
we need to synchronize this comment model into the database by running migrations to reflects the changes in the database.
Source code: github.com/jaggpython/comment_system_project
Thank you!
มุมมอง: 78

วีดีโอ

CRUD Operations Django Project | Python Web Development Framework
มุมมอง 1.5K2 หลายเดือนก่อน
CRUD Operations Django Complete CRUD Operations Project Tutorial. CRUD can be best explained as an approach to building a Django web application. In general CRUD means performing Create, Retrieve, Update and Delete operations on a table in a database. Create - create or add new entries in a table in the database. Retrieve - read, retrieve, search, or view existing entries as a list(List View) o...
e-commerce website in django python | add item to cart | source code link
มุมมอง 1.4K3 หลายเดือนก่อน
e-commerce website in django Best Django project Ideas for Beginners to advance. This video helps for learning how to create a e-commerce website using Django. An e-commerce website is an online platform that allows businesses to sell products or services directly to consumers over the internet. Homepage: The landing page that often showcases featured products, promotions, and navigation links ...
e-commerce website in django python | add item to cart
มุมมอง 8884 หลายเดือนก่อน
e-commerce website in django Best Django project Ideas for Beginners to advance This video helps for learning how to create a e-commerce website using Django. An e-commerce website is an online platform that allows businesses to sell products or services directly to consumers over the internet. Homepage: The landing page that often showcases featured products, promotions, and navigation links t...
django mini project python | basic mathematic operations
มุมมอง 2265 หลายเดือนก่อน
Basic Mathematics Operations This video demonstrates basic arithmetic operations: addition, subtraction, multiplication, and division. Simple HTML and Python code are used to make the concepts easy to understand. The CSS styling code is included, copied from the GitHub repository 'Basic_operators'. check source code link given below 👇 GitHub: github.com/jaggpython/Basic_operators/tree/main/basi...
user registration Part-2 | Django Complete CRUD operations | create, read, update, delete | Python
มุมมอง 6505 หลายเดือนก่อน
What is CRUD? CRUD stands for Create, Read, Update & Delete. These are the four basic operations which are executed on Database Models. We are developing a web app which is capable of performing these operations. The CRUD operations are defined as follows: Read Operation. The ability of the application to read data from the database. Create Operation. The ability of the application to store dat...
django user registration project Part-1 | django user account, sign up, login and logout | Python
มุมมอง 2.7K5 หลายเดือนก่อน
user registration project django python | create an user account, sign up, login and logout User authentication in django. create sign up form and login, after login redirect to the home page. HTML5, CSS and django framework (Python) django authentication login part-1 In this video, the registration and login form code is shown. After logging in, users are redirected to the home page. source co...
Weather app project django python | call weather API
มุมมอง 4366 หลายเดือนก่อน
Weather app project django python | call weather api In this tutorial, we will learn how to create a Weather app that uses Django as backend. Django provides a Python Web framework based web framework that allows rapid development and clean, pragmatic design. This is a simple and easy project for beginners. here in this project we can browse the city weather report. Python Developer GitHub sour...
Django CRUD Operations Python | Rest API | Ajax, HTML, CSS and ChatGPT | Complete Project
มุมมอง 9717 หลายเดือนก่อน
Rest API | Javascript, HTML, CSS and ChatGPT | Complete Project Django rest Framework Python Django Rest API Project CRUD Operations in Django What is CRUD ? CRUD stands for Create, Read, Update & Delete. These are the four basic operations which are executed on Database Models. We are developing a web app which is capable of performing these operations. Here I used Ajax to call the API. This i...
CRUD API's | Django Rest framework | Django rest API | DRF
มุมมอง 1719 หลายเดือนก่อน
CRUD API's | Django Rest framework | Django rest API In a RESTful API, endpoints (URLs) define the structure of the API and how end users access data from our application using the HTTP methods - GET, POST, PUT, DELETE. Endpoints should be logically organized around collections and elements, both of which are resources. Django REST API - CRUD with DRF Django REST Framework is used to create web...
Soft Deletes in Django
มุมมอง 22610 หลายเดือนก่อน
Soft deletes in Django In Django, soft delete is a clever way to manage data removal. Instead of getting rid of records forever in the database, it takes a gentler approach. Here's the idea: When you want to delete certain data, you don't wipe it out completely. Instead, you place a special marker, like a flag, to show that it’s not active or “deleted”. This way, you have a record of what you r...
Create HTML CSS Table using ChatGPT | sample data table | static Table data
มุมมอง 17011 หลายเดือนก่อน
Create HTML Table using ChatGPT | sample data table ChatGPT is an AI Tool ChatGPT is a free-to-use AI system. Use it for engaging conversations, gain insights, automate tasks, and witness the future of AI, all in one place. A table is a representation of data arranged in rows and columns. The use of tables in the web has become more popular recently because of the amazing HTML table tags that m...
iTerm2 - macOs Terminal Replacement | Multiple terminals open in a single window
มุมมอง 8611 หลายเดือนก่อน
iTerm2 - macOs Terminal Replacement | Multiple terminals open in a single window iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted. iTerm2 allows you to divide a tab into many rectangular "panes", each of which is a different terminal session. ...
Django rest API | Search filter API | Django rest framework project for beginners
มุมมอง 287ปีที่แล้ว
Django rest API | Search filter API | Django rest framework project for beginners
Rest Api | update api from shell terminal | django queryset
มุมมอง 99ปีที่แล้ว
Rest Api | update api from shell terminal | django queryset
Test rest API in postman | django rest framework | GET method
มุมมอง 198ปีที่แล้ว
Test rest API in postman | django rest framework | GET method
How to create get API using the django rest framework | Django rest framework | APIview
มุมมอง 130ปีที่แล้ว
How to create get API using the django rest framework | Django rest framework | APIview
Register Model in the Admin - Python & Django 4.2.3 tutorial | Django Framework
มุมมอง 242ปีที่แล้ว
Register Model in the Admin - Python & Django 4.2.3 tutorial | Django Framework
How to fetch data from back-end to frontend using Django Framework python
มุมมอง 467ปีที่แล้ว
How to fetch data from back-end to frontend using Django Framework python
How To Make Website DARK MODE | Dark/Light Theme Website Design using HTML,CSS & JS
มุมมอง 174ปีที่แล้ว
How To Make Website DARK MODE | Dark/Light Theme Website Design using HTML,CSS & JS
Library Management System Python Project | ChatGPT Code Generator | Easy to Understand for Beginners
มุมมอง 477ปีที่แล้ว
Library Management System Python Project | ChatGPT Code Generator | Easy to Understand for Beginners
ChatGPT auto Code Generator
มุมมอง 62ปีที่แล้ว
ChatGPT auto Code Generator
Remove Image Background using Python | Module rembg and PIL
มุมมอง 257ปีที่แล้ว
Remove Image Background using Python | Module rembg and PIL
Django Framework | Export Data to Excel sheet using Pandas Library
มุมมอง 392ปีที่แล้ว
Django Framework | Export Data to Excel sheet using Pandas Library
Python Tricks | Standard Code Formatter for Python | black Library
มุมมอง 121ปีที่แล้ว
Python Tricks | Standard Code Formatter for Python | black Library
Draw rose in python | Rose 🌹 Flower Draw in Python | turtle graphics design
มุมมอง 491ปีที่แล้ว
Draw rose in python | Rose 🌹 Flower Draw in Python | turtle graphics design
How to print Calendar using Python
มุมมอง 2112 ปีที่แล้ว
How to print Calendar using Python
Happy diwali 2022 | festival of lights
มุมมอง 1992 ปีที่แล้ว
Happy diwali 2022 | festival of lights
Django Framework | Complete CRUD operations Python | create, read, update, delete
มุมมอง 51K2 ปีที่แล้ว
Django Framework | Complete CRUD operations Python | create, read, update, delete
python program to Reverse String without using in-built function Python | interview question
มุมมอง 1.2K2 ปีที่แล้ว
python program to Reverse String without using in-built function Python | interview question

ความคิดเห็น

  • @MohamedMahmoud-ek9bl
    @MohamedMahmoud-ek9bl 11 วันที่ผ่านมา

    I want to communicate with you

  • @MohamedMahmoud-ek9bl
    @MohamedMahmoud-ek9bl 11 วันที่ผ่านมา

    I want to communicate with you

  • @vincyv7337
    @vincyv7337 14 วันที่ผ่านมา

    Where is project in GitHub

  • @Sushmita_Gupta-
    @Sushmita_Gupta- 21 วันที่ผ่านมา

    Not working 😠😠

    • @PythonDeveloper01
      @PythonDeveloper01 21 วันที่ผ่านมา

      Send me your code. My Instagram id: python2914

  • @Lucky_girl4-q5b
    @Lucky_girl4-q5b 21 วันที่ผ่านมา

    Only 1 leaf for me 😂

    • @PythonDeveloper01
      @PythonDeveloper01 21 วันที่ผ่านมา

      Send me your code, instagram id: python2914

  • @NguyễnLong-o1t
    @NguyễnLong-o1t 25 วันที่ผ่านมา

    the video so good! thank you!

  • @Mpcr59divMpcr59div
    @Mpcr59divMpcr59div 25 วันที่ผ่านมา

    Not working Fake 😡🤬😡🤬😡🤬😡🤬🤬🤬🤬

    • @PythonDeveloper01
      @PythonDeveloper01 25 วันที่ผ่านมา

      It is working 99%

    • @yzxir
      @yzxir 7 วันที่ผ่านมา

      Is real

  • @ripongoldar4239
    @ripongoldar4239 หลายเดือนก่อน

    Funny😂

  • @rizwanashraf3379
    @rizwanashraf3379 หลายเดือนก่อน

    Very useful Hats of love

  • @Jeancarlossenai
    @Jeancarlossenai หลายเดือนก่อน

    Cade o audio

  • @telugunewgaming6439
    @telugunewgaming6439 หลายเดือนก่อน

    Fake

  • @sanwu-zr6kh
    @sanwu-zr6kh หลายเดือนก่อน

    do you have a wedding aniversary file as well if you do can you please send me

    • @PythonDeveloper01
      @PythonDeveloper01 หลายเดือนก่อน

      Check this: tinyurl.com/23zj4g9f

  • @ShivamKumar-v5x9z
    @ShivamKumar-v5x9z หลายเดือนก่อน

    Bro not working

    • @PythonDeveloper01
      @PythonDeveloper01 หลายเดือนก่อน

      Why what's the error ? Text me instagram id: python2914

  • @simhadripatapanthula9091
    @simhadripatapanthula9091 หลายเดือนก่อน

    🎉🎉🎉🎉 I made it ❤

  • @ch.ammar.1
    @ch.ammar.1 หลายเดือนก่อน

    This Video Actually helped me to build my logic about crud operations. Thanks

  • @ch.ammar.1
    @ch.ammar.1 หลายเดือนก่อน

    Great! No Annoying Music.

  • @AS_ASHUR
    @AS_ASHUR 2 หลายเดือนก่อน

    Bro this is not working

    • @PythonDeveloper01
      @PythonDeveloper01 2 หลายเดือนก่อน

      Why what's the problem ? Text me instagram id : python2914

  • @kushangshah-be7hn
    @kushangshah-be7hn 2 หลายเดือนก่อน

    it it still working, I tried installing it using pip. but module not found is showing as a error

    • @PythonDeveloper01
      @PythonDeveloper01 2 หลายเดือนก่อน

      Yes, it is still working. from rembg import remove from PIL import Image img_path = "img.jpg" # Path to the input image output_path = "output.png" # Path to save the output image # Open the input image using PIL input_image = Image.open(img_path) # Remove the background output_image = remove(input_image) # Save the output image as PNG output_image.save(output_path)

  • @BeautyOfNature550
    @BeautyOfNature550 2 หลายเดือนก่อน

    I subscribed your channel because of this video but it's blurred and tiny. Try zooming your screen on your next video. I'm sad I couldn't follow such a supposed great video

    • @PythonDeveloper01
      @PythonDeveloper01 2 หลายเดือนก่อน

      Ok, Please Check source code is available in the description.

  • @hemanthKrishnappa2005
    @hemanthKrishnappa2005 3 หลายเดือนก่อน

    Send code bro

    • @PythonDeveloper01
      @PythonDeveloper01 3 หลายเดือนก่อน

      Source code: from turtle import * import colorsys tracer(100) pensize(3) bgcolor("black") h=0.2 for i in range(400): c = colorsys.hsv_to_rgb(h,1,1) color(c) h+=0.005 rt(20) for j in range(2): fd(i) rt(30) rt(40) rt(100) done()

  • @ChumbonMagha
    @ChumbonMagha 3 หลายเดือนก่อน

    the video is good but takeore time for you to understand because of no voice added to it

  • @ChumbonMagha
    @ChumbonMagha 3 หลายเดือนก่อน

    the video is good but takeore time for you to understand because of no voice added to it

  • @ChumbonMagha
    @ChumbonMagha 3 หลายเดือนก่อน

    please can you add voice tthe

  • @cristiano_ur7m
    @cristiano_ur7m 3 หลายเดือนก่อน

    NOT SOUND BRO

  • @tungaraza7794
    @tungaraza7794 3 หลายเดือนก่อน

    you create a video with no voice is helpless and you are too speed go back and record again

    • @PythonDeveloper01
      @PythonDeveloper01 3 หลายเดือนก่อน

      Source code available in the description, if you miss anything refer to the code.

    • @Uday_Jaggumanthri
      @Uday_Jaggumanthri 3 หลายเดือนก่อน

      ​@@PythonDeveloper01please update video again with audio

  • @cristiano_ur7m
    @cristiano_ur7m 3 หลายเดือนก่อน

    hi bro what's up product view on bootstrap modal in django ?

  • @Jyothi_lahari_srinivas
    @Jyothi_lahari_srinivas 3 หลายเดือนก่อน

    Is it 1t(200) or it(200) ?please tell me

  • @cristiano_ur7m
    @cristiano_ur7m 3 หลายเดือนก่อน

    Hello bro, how do I count CartItems get cart count ?

    • @PythonDeveloper01
      @PythonDeveloper01 3 หลายเดือนก่อน

      Text me on "python2914" instagram id.

    • @PythonDeveloper01
      @PythonDeveloper01 3 หลายเดือนก่อน

      def cart(request): cart_items = CartItem.objects.all() cart_items_count = cart_items.count() # Get the count of cart items return render(request, "cart.html", {"cart_items": cart_items, "cart_items_count": cart_items_count})

  • @fernandobermudez4697
    @fernandobermudez4697 3 หลายเดือนก่อน

    Thank you I was about to cry in the last 5 hours 😭😭😭😭😭😭

  • @KirillNadtochaev
    @KirillNadtochaev 3 หลายเดือนก่อน

    You're the best ❤

  • @cristiano_ur7m
    @cristiano_ur7m 4 หลายเดือนก่อน

    Bro thanks a lot Can you also make a video of the total calculation of these prices and the editing of the product?

    • @PythonDeveloper01
      @PythonDeveloper01 4 หลายเดือนก่อน

      Go to the Cart there you can c total price calculation and you can edit the item. It is done from the front-end side.

    • @cristiano_ur7m
      @cristiano_ur7m 4 หลายเดือนก่อน

      @@PythonDeveloper01 ok I will try

  • @theWorldOfIss
    @theWorldOfIss 4 หลายเดือนก่อน

    Admin using django and angular full stack e-commerce website?

    • @PythonDeveloper01
      @PythonDeveloper01 4 หลายเดือนก่อน

      No, django and ajax

    • @cristiano_ur7m
      @cristiano_ur7m 4 หลายเดือนก่อน

      @@PythonDeveloper01 ajax is so very hard

  • @NaveenMangoli
    @NaveenMangoli 4 หลายเดือนก่อน

    Bhai music mt dala kro yrr explain bhi kra kro

    • @PythonDeveloper01
      @PythonDeveloper01 4 หลายเดือนก่อน

      Sorry, error aaya tho screenshot share karo, instagram id: python2914

  • @NadiaHammad-x1h
    @NadiaHammad-x1h 4 หลายเดือนก่อน

    best

  • @MatiasSolce
    @MatiasSolce 4 หลายเดือนก่อน

    Tks

  • @asgeralia8802
    @asgeralia8802 4 หลายเดือนก่อน

    Superb, how can i used crud using router in django form

  • @patrickjohnsanchez9427
    @patrickjohnsanchez9427 4 หลายเดือนก่อน

    E-commerce website next video please

  • @TuanAnhVan-z2j
    @TuanAnhVan-z2j 5 หลายเดือนก่อน

    they override each other in the new version

  • @srushtisalekar_2709
    @srushtisalekar_2709 5 หลายเดือนก่อน

    hello sir , I can't hear the sound of this video.

  • @Biokompott
    @Biokompott 5 หลายเดือนก่อน

    I admit, Pygame is a pain, when it comes to blit text. But in many other cases pygame is user friendly and very easy to use.

  • @rakesha568
    @rakesha568 5 หลายเดือนก่อน

    Pls make a video with audio

    • @PythonDeveloper01
      @PythonDeveloper01 5 หลายเดือนก่อน

      Are you facing any problem in that code ?

    • @rakesha568
      @rakesha568 5 หลายเดือนก่อน

      @@PythonDeveloper01 No. If audio means increase concentration in video to watch fully without boring.

  • @DanielMendanha-v8g
    @DanielMendanha-v8g 5 หลายเดือนก่อน

    Do I have to download turtle in the library? I'm a beginner

    • @PythonDeveloper01
      @PythonDeveloper01 5 หลายเดือนก่อน

      No, you need to install pydroid3 app from playstore, including an additional file around 100mb , after that you can write python code. If there is any issue let me know.

    • @cricketshorts_365.
      @cricketshorts_365. 5 หลายเดือนก่อน

      Bro which additional file need to download

    • @SheshanGamer
      @SheshanGamer 2 หลายเดือนก่อน

      Give me code for this please 🙏😭

  • @jefftalks1913
    @jefftalks1913 6 หลายเดือนก่อน

    Which library

  • @abhishektapaniya
    @abhishektapaniya 6 หลายเดือนก่อน

    nice teaching and great learning videos thanks

  • @jmlzbsit-1359
    @jmlzbsit-1359 7 หลายเดือนก่อน

    thank you so much can you make a video where your database is dictionary and has array as a value ?

  • @asmaekhoubari5714
    @asmaekhoubari5714 7 หลายเดือนก่อน

    why page admin have a username and password

  • @Harshinikotgirwar
    @Harshinikotgirwar 7 หลายเดือนก่อน

    working

  • @mareceeekvalorant8635
    @mareceeekvalorant8635 7 หลายเดือนก่อน

    Can you give me the Code please?

    • @PythonDeveloper01
      @PythonDeveloper01 7 หลายเดือนก่อน

      Source code is in the description.

  • @manishgupta6026
    @manishgupta6026 7 หลายเดือนก่อน

    Btaiye phir kaise coding kiya jaye