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

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2024
  • Django Framework Python | Complete CRUD Operations | Create, Read, Update, Delete Application
    rest API: • Django CRUD Operations...
    CRUD Operations : • Django Framework Pytho...
    Django Playlist : tinyurl.com/22...
    source code:
    github.com/jag...
    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

ความคิดเห็น • 31

  • @yogeswaranyoges3353
    @yogeswaranyoges3353 ปีที่แล้ว +1

    I entered the details then I touch submit button the application is throw the error was 'str' object has no attribute 'get' how to solve this error help me...

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว +1

      Check this source code:
      github.com/jaggpython/crud_operations

  • @mokimanik8721
    @mokimanik8721 ปีที่แล้ว +1

    I am working in bootstrap crud data table The first one is only working it shows the modal another doesn't show but when I put "forloop" in modal I'd (I'd=EditEmployeeModal-{{forloop-counter}} and put {% for i in loop} ) the first on modal also doesn't respond it doesn't show plsss🤧 help me 😭🙏

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว

      Source code is in description, can you check that

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว

      Source code: github.com/jaggpython/crud_operations

  • @greeshmapp5838
    @greeshmapp5838 ปีที่แล้ว +1

    Sir after clicking the submit button it will redirecting into show page..can u please help me for this

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว

      Can you check the description, source code available.

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว

      If there is an error, let me know.
      Text me on Instagram id: python2914

    • @greeshmapp5838
      @greeshmapp5838 ปีที่แล้ว

      There is no error in code sir....after entering details and after clicking submit button...it will not redirecting into show page ..

  • @ee-rg4op
    @ee-rg4op ปีที่แล้ว +1

    This is exactly what i need, thanks you

  • @dropboxaccount7076
    @dropboxaccount7076 2 ปีที่แล้ว +1

    8:28 do you have the html template for this?
    also there is no sound in the video :( but it's really good and helpful!

  • @fatmahmo7005
    @fatmahmo7005 ปีที่แล้ว +1

    Where the information store?
    In database or where???

  • @yogeswaranc-e7q
    @yogeswaranc-e7q ปีที่แล้ว

    hi bro.. I have a one doubt how store and retrive image in database as binary format .. If you have source code pls send me...

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

    why page admin have a username and password

  • @zaheerbeg4810
    @zaheerbeg4810 2 ปีที่แล้ว +1

    How can we do CRUD without form ?

    • @PythonDeveloper01
      @PythonDeveloper01  2 ปีที่แล้ว

      check here:
      github.com/jaggpython/crud_in_django

  • @mokimanik8721
    @mokimanik8721 ปีที่แล้ว +1

    Can you make a video using bootstrap curd table

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว

      Check this video for bootstrap: th-cam.com/video/I6rFihB8m9A/w-d-xo.html

  • @royalkingzzz5750
    @royalkingzzz5750 ปีที่แล้ว +1

    How to image upload please tell me

    • @PythonDeveloper01
      @PythonDeveloper01  ปีที่แล้ว

      Check this:
      th-cam.com/video/V4fm9e7qmxU/w-d-xo.htmlsi=wPHMYQsURysDFZIu

  • @nujinco
    @nujinco ปีที่แล้ว +1

    really helpful, thank you!

  • @shameenashami3967
    @shameenashami3967 ปีที่แล้ว +1

    Can u help me solve the problem

  • @shamsunnahar8631
    @shamsunnahar8631 2 ปีที่แล้ว +1

    nice work. can you provide the source code?