Import and export files using Django

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

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

  • @kwargdevs
    @kwargdevs Год назад +5

    From Developer to Developer.... Very nice tutorial, Very important.

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

    I was looking at options to undertake this exact task but none seemed quite right. Fortunately, came upon this video by chance and it was exactly what I needed. Many thanks. And to confirm, I had to put a date of birth field as a Charfield as a date field seemed to cause an error uploading.

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

      Hi,
      I'm glad that this video helped you. Ah, I see. Thank you for pointing that out

  • @UDAYKIRAN-pr2hs
    @UDAYKIRAN-pr2hs 9 месяцев назад +1

    Awesome, This option has saved lot of my time , Thanks again !!

    • @CloudWithDjango
      @CloudWithDjango  9 месяцев назад

      My pleasure! I'm glad that the content was useful!

  • @nikitakuznetsov4592
    @nikitakuznetsov4592 9 месяцев назад +1

    Is it possible for you to make an extended version of this video demonstrating how to add this functionality to the html (not the admin panel)? It would be the great. Anyway thanks for tutorials

    • @CloudWithDjango
      @CloudWithDjango  9 месяцев назад

      Hi,
      Thank you for the suggestion and for your support of the channel!

    • @amine63404
      @amine63404 7 месяцев назад

      This would be great to see how to do it. Thank you for the great tutorials.

  • @icedogas
    @icedogas 10 месяцев назад

    Я смотрю этот туториал на телефоне , но как доберусь до ноутбука обязательно попробую, большое спасибо за хорошее и последовательное объяснение 👍

    • @CloudWithDjango
      @CloudWithDjango  10 месяцев назад +1

      Удовольствие!

    • @icedogas
      @icedogas 10 месяцев назад

      @@CloudWithDjango Thank you very much, your instructions are incomparable. Everything is very clear and simple, I set it up in 5 seconds and it works - very cool!

    • @CloudWithDjango
      @CloudWithDjango  10 месяцев назад +1

      My pleasure!
      Thank you for your comment! I'm glad that you managed to get everything working nicely!
      All the best to you!

  • @SyedAdeelAli
    @SyedAdeelAli 13 дней назад

    Can you please make a video about how we can integrate any open-source reporting tool with Django? and which reports are compatible with Django to build enterprise financial applications.

    • @CloudWithDjango
      @CloudWithDjango  13 дней назад +1

      Thank you for the suggestion! It is a good one!

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

    Thanks for that sir.

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

    Thanks 🎉🎉🎉

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

    Hi dear Arno, thanks for this great hack, got also a question like always, what is your opinion about HTMX and Alpine.JS do you think it worth to create a course about them together?

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

      Hi Ahmad,
      Of course, It's a great pleasure!
      That's a great question. I think that HTMX and AlpineJS are very important technologies to implement, and can help to improve efficiency amongst your applications.
      A course for it would be a good idea, but I wouldn't be able to make a course on it soon because I have a lot of other planned courses to work on. But it's definitely a good idea, and one that I could look at in the future.
      Thank you for the great suggestion though!

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

      @@CloudWithDjango thanks for response, what are your next courses? i'd like to preorder :P

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

      Hi Ahmad,
      It's only a pleasure.
      Haha, unfortunately, It's a secret! A big surprise!
      Thank you so much for your interest in them! I really appreciate it!

  • @aathinr.a4288
    @aathinr.a4288 2 месяца назад

    i have created just like you did but in django admin site its not showing import_export buttons

    • @CloudWithDjango
      @CloudWithDjango  2 месяца назад

      Hi, please kindly refer to the docs for any updates.

  • @devemanuelangelo
    @devemanuelangelo 10 месяцев назад

    como seria usando django rest framework?

    • @CloudWithDjango
      @CloudWithDjango  10 месяцев назад +1

      Hi,
      I'd suggest looking at the docs for drf.

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

    Thanks!

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

    Amazing

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

    Pls make a video on import data when I’d is field is a uuid4 field. As it is not generated by Django import fails.

  • @adsoobregon9815
    @adsoobregon9815 9 месяцев назад

    I did the same as the video, but for some reason, I'm getting this error:
    Line number: 4 - NOT NULL constraint failed: ofertaventa_inventario.first_name
    None, None, None, None, None, None
    I've tried quite a few things, and it still keeps happening :(

    • @CloudWithDjango
      @CloudWithDjango  9 месяцев назад

      Hi,
      I'd suggest re-trying the process from scratch and for a simpler application.

  • @trubnikov
    @trubnikov 11 месяцев назад

  • @bufloks893
    @bufloks893 9 месяцев назад

    can you create a video how to convert cvs file to xml file with django