Django Wagtail Tutorial: How to use Django and Wagtail Admin | part 1

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • Welcome to my channel where we dive deep into the world of #web development! 🚀 Join me on an exciting journey as we explore the seamless fusion of the robust #django framework and the incredibly flexible #wagtail CMS to create stunning and #professional News Magazines. 📰 Don't miss out on the latest tips, tricks, and #tutorials to elevate your web development skills. Subscribe now and let's build amazing websites together
    python download : www.python.org/
    Django 4 by example :amzn.to/4cEDWEO
    by me coffee :www.buymeacoffee.com/byiringiroA
    #key moments
    0:00 Intro
    1:53 Installing necessary module
    4:11 How to start a wagtail project
    8:10 Adding models
    12:30 Crafting the Django admin
    16:02 Wagtail ModelAdmin
    18:48 Wagtail Hooks

КОМЕНТАРІ • 17

  • @hojiakbarshirinov7861
    @hojiakbarshirinov7861 10 місяців тому

    Thank you sir. I believe your tutorial will be great too. I am waiting for the next series.

    • @eliecode
      @eliecode  10 місяців тому +1

      Very soon

  • @rengginang1595
    @rengginang1595 5 місяців тому +1

    my big thank you sir

  • @pm1234
    @pm1234 6 місяців тому

    Great content, thank you!
    How to automatically set Post's author as the user's creating the Post? prepopulated_fields FK doesn't work. And while still keeping him if another staff member edits the Post?

  • @umuhozahonoline7839
    @umuhozahonoline7839 10 місяців тому

    Courage 😊😊

  • @rengginang1595
    @rengginang1595 5 місяців тому +1

    i have some error: no modul name wagtail.contrib.modeladmin ... can you help me >

    • @eliecode
      @eliecode  5 місяців тому

      Please make sure that you have activated your virtual environment and that you are working in the correct directory. You can check the status of your virtual environment by using the command echo $VIRTUAL_ENV on Linux
      or
      echo %VIRTUAL_ENV% on Windows12.

    • @eliecode
      @eliecode  5 місяців тому

      And be sure that wagtail is installed in you env

    • @rengginang1595
      @rengginang1595 4 місяці тому

      yea i have been follow your instruction but its still getting error no module named wagtail.contrib.modeladmin :( @@eliecode

    • @prime8103
      @prime8103 4 місяці тому

      oh i get the solution wagtail.contrib.modeladmin is removed in wagtail version 6.0 u cannot used is . u can use wagtail.snippets.models instant of wagtail.contrib.modeladmin

    • @worldpeace1822
      @worldpeace1822 4 місяці тому

      @@rengginang1595 because it had been removed in wagtail 5.1 out of security concerns… there are modelviewset that I believe are supposed to do similar things but I’m not expert

  • @prime8103
    @prime8103 4 місяці тому

    thx a lot but i have a issue 'wagtail.contrib.modeladmin' can't install on INSTALLED_APPS in base.py. that show No module named 'wagtail.contrib.modeladmin'

    • @worldpeace1822
      @worldpeace1822 4 місяці тому

      Since 6.0: The wagtail.contrib.modeladmin app has been removed. If you wish to continue using it, it is available as the external package wagtail-modeladmin.
      Be aware that there might be security concerns why it was removed

    • @prime8103
      @prime8103 4 місяці тому

      @@worldpeace1822 thx a lot I also get the solution