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

Sdílet
Vložit
  • čas přidán 7. 09. 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

Komentáře • 31

  • @ee-rg4op
    @ee-rg4op Před 11 měsíci +1

    This is exactly what i need, thanks you

  • @yogeswaranyoges3353
    @yogeswaranyoges3353 Před rokem +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  Před rokem +1

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

  • @mokimanik8721
    @mokimanik8721 Před rokem +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 😭🙏

  • @dropboxaccount7076
    @dropboxaccount7076 Před rokem +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!

  • @nujinco
    @nujinco Před rokem +1

    really helpful, thank you!

  • @user-xq5if2st8l
    @user-xq5if2st8l Před rokem

    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...

  • @fatmahmo7005
    @fatmahmo7005 Před rokem +1

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

  • @mokimanik8721
    @mokimanik8721 Před rokem +1

    Can you make a video using bootstrap curd table

    • @PythonDeveloper01
      @PythonDeveloper01  Před rokem

      Check this video for bootstrap: czcams.com/video/I6rFihB8m9A/video.html

  • @greeshmapp5838
    @greeshmapp5838 Před 11 měsíci +1

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

    • @PythonDeveloper01
      @PythonDeveloper01  Před 11 měsíci

      Can you check the description, source code available.

    • @PythonDeveloper01
      @PythonDeveloper01  Před 11 měsíci

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

    • @greeshmapp5838
      @greeshmapp5838 Před 11 měsíci

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

  • @royalkingzzz5750
    @royalkingzzz5750 Před 11 měsíci +1

    How to image upload please tell me

    • @PythonDeveloper01
      @PythonDeveloper01  Před 11 měsíci

      Check this:
      czcams.com/video/V4fm9e7qmxU/video.htmlsi=wPHMYQsURysDFZIu

  • @asmaekhoubari5714
    @asmaekhoubari5714 Před 4 měsíci

    why page admin have a username and password

  • @zaheerbeg4810
    @zaheerbeg4810 Před 2 lety +1

    How can we do CRUD without form ?

  • @shameenashami3967
    @shameenashami3967 Před 11 měsíci +1

    Can u help me solve the problem

  • @shamsunnahar8631
    @shamsunnahar8631 Před 2 lety +1

    nice work. can you provide the source code?