Understanding the Django Admin Interface | Django Tutorial #11

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 39

  • @ProgrammingWithHarry
    @ProgrammingWithHarry  4 года назад +4

    Here is the playlist: ruclips.net/p/PLK8cqdr55Tsv-D2HMdrnD32oOVBNvmxjr
    If possible please share it with your friends :)

    • @djangodeveloper2973
      @djangodeveloper2973 4 года назад

      'django-admin' is not recognized as an internal or external command,
      operable program or batch file. please guide me.

  • @kosalawijegunawardena3826
    @kosalawijegunawardena3826 Год назад

    The best Django tutorial for the Newcomer..than paid lessons..... THank you for your teaching techniuqe

  • @engineerbhai7642
    @engineerbhai7642 4 года назад +3

    You are genius and excellent programmer in you tube.

  • @brianndlovu5334
    @brianndlovu5334 Год назад

    Hi Harry, I'm finally progressing because of your tutorials. Thank you very much my brother. These videos are very much helpful...

  • @kukuabass798
    @kukuabass798 6 месяцев назад

    So i have just created backend that easily, something which was really disturbing. Thanks a lot Harry.💗💗

  • @devendrapatel2019
    @devendrapatel2019 3 года назад

    Harrybhai you are the best....

  • @siddusidh9705
    @siddusidh9705 Год назад

    Thanks a lot brother u really saved me

  • @gauravgangurde7026
    @gauravgangurde7026 2 года назад +1

    harry bhai can we use django admin panel to show the table from mysql

  • @engineerbhai7642
    @engineerbhai7642 4 года назад

    Excellent coder in you tube.

  • @harshsinghania3
    @harshsinghania3 4 года назад +3

    HII HARRY PLEASE MAKE ANOTHER VIDEO ON IRON MAN JARVIS
    NOW ADVANCED

    • @harshsinghania3
      @harshsinghania3 4 года назад +1

      IN HINDI

    • @ProgrammingWithHarry
      @ProgrammingWithHarry  4 года назад +3

      Planning a lot of stuff. A lot in pipeline. Trying to cover as many requests as possible. Hope you understand :)
      I will definitely consider your request for future videos

  • @MONTYJONTYofficial
    @MONTYJONTYofficial 4 года назад

    Hey harry,
    till now we learnt how to register information in django, I think it is not so diificult although but please make a video on how to make a user profile page. that when user signs in django fetch the databse and make a proffessional user profile page . plz plz bhai !! plz !! 🙏

  • @amitkumarpatel7762
    @amitkumarpatel7762 4 месяца назад

    very nice harry ji
    is notes is available of django please share
    thank you

  • @salvindsouza7053
    @salvindsouza7053 4 года назад

    Urgent help: Prints data is written in model in terminal but Models are not showed in admin,. Tried stackoverflow for answers !!

  • @shaikhanuman8012
    @shaikhanuman8012 4 года назад +1

    hi harry how to display user name in admin site contact screen

  • @milespearce
    @milespearce 2 года назад

    Thanks Harry!

  • @anushthapadon1920
    @anushthapadon1920 4 года назад +1

    django admin interface is not running its only loading why ?? love from nepal

  • @YogeshSharma-hf1xb
    @YogeshSharma-hf1xb 4 года назад

    (myvenv) PS C:\Users\sunny\mypraa\myprojecta> python manage.py createsuperuser
    No Django settings specified.
    Unknown command: 'createsuperuser'
    Type 'manage.py help' for usage.
    What can I do sir

  • @davidokorie9518
    @davidokorie9518 3 года назад

    what do i do so that everytime that i click on contact me i don't have errors? The error says that it's a Get Method

  • @amitraders3305
    @amitraders3305 4 года назад +1

    Excellent Sir 👌

  • @RohanDasRD
    @RohanDasRD 4 года назад

    Awesome bro

  • @increadibleangel7980
    @increadibleangel7980 4 года назад

    bro thank you so much yaar

  • @gamerfella9520
    @gamerfella9520 4 года назад

    Awesome

  • @channelpro2284
    @channelpro2284 4 года назад

    Love you.thank you.

  • @hemantgiri2377
    @hemantgiri2377 4 года назад

    sir my django admin panel is not showing any css styling like yours , mine are only links and textfield .please help me with that

    • @kashishsrivastava9843
      @kashishsrivastava9843 4 года назад

      I have the same problem. Can anyone tell me how to fix it!!?

    • @hemantgiri2377
      @hemantgiri2377 4 года назад

      @@kashishsrivastava9843 Hey Kashish, i was able to discover the error
      Actually your python is missing css mime types just add
      import mimetypes mimetypes.add_type("text/css", ".css", True)
      to your settings.py file at the end, save, rerun the server and you are ready to go

    • @kashishsrivastava9843
      @kashishsrivastava9843 4 года назад

      @@hemantgiri2377 I am still not able to fix it. Nothing works😑

  • @sailendrachettri966
    @sailendrachettri966 4 года назад

    Great..!!

  • @aadityanaik1655
    @aadityanaik1655 4 года назад +1

    what if my model name is Man ,will it change to Mans or Men??

    • @Sillysmiles76
      @Sillysmiles76 6 месяцев назад

      It'll change to mans because django adds only s at the end whatever name you give

  • @kajaladhikari8276
    @kajaladhikari8276 3 года назад

    👍

  • @amitraders3305
    @amitraders3305 4 года назад

    Sir C++ course finish ho Gaya hai

  • @codeguy21
    @codeguy21 4 года назад +1

    Make real time chat app in English

  • @odiljonabduvaitov
    @odiljonabduvaitov 2 года назад

  • @lyricsbeatz
    @lyricsbeatz 4 года назад

    hello sir , my submit button does not submit the input to the database
    how do i resolve such issue