Post Model Structure In Django and React Blog Tutorial: EP 4

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Learn how to build a complete blog application using Django and React in this step-by-step tutorial. Follow along as we guide you through the integration of Django's powerful backend with React's dynamic frontend, culminating in a fully functional project demo.
    Subscribe if you enjoyed this video for more amazing contents!!
    ════ ⋆★⋆ ════
    💻 Download Source Code: github.com/des...
    ❤️ Become a Channel Supporter: / desphixs
    ════ ⋆★⋆ ════
    BEST Django, Python & React COURSES
    💻 Build a Multi-vendor E-commerce Website with Django and React www.udemy.com/...
    ___________________________
    💻 Build a Learning Management System with Django and React www.udemy.com/...
    ___________________________
    💻 Create your own banking app tutorial - www.udemy.com/...
    ___________________________
    💻 RUclips Clone With Django - www.udemy.com/...
    ___________________________
    💻 Facebook Clone with Django- www.udemy.com/...
    🔗 Social Medias 🔗
    📱 Twitter: / desphixs
    📸 Instagram: / desphixs__
    ⭐ Discord: / discord
    📝 LinkedIn: / destiny-franks-18611120a
    🌎 Website: www.desphixs.com
    📂 GitHub: github.com/des...
    🔊 Podcast: Coming Soon
    💸 Donations 💸
    💰 Patreon: / desphixs
    💵 One-Time Donations: paystack.com/p...
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    ------------------------------------------------ About Me --------------------------------------------
    My name is Destiny Franks, and I'm a 22-year-old Nigerian programmer. I'm deeply passionate about coding, and it's my long-term career goal. To share my journey and knowledge with others, I've started teaching on RUclips. Through my channel, you'll dive into programming, software engineering, machine learning, and all things IT. With a focus on Python and JavaScript, I aim to equip you with free resources to kickstart your coding journey and excel in the software engineering and programming industry. My ultimate goal is to provide you with the highest quality programming and technology content on the internet!

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

  • @tornjak096
    @tornjak096 27 дней назад +1

    One question -> in Post model why do you use both user and profile for the foreign keys.
    Also one better way (which is more pythonic) is to check the truthiness of the object so instead
    if self.slug == "" or self.slug == 0 or self.slug == [] or self.slug == None
    you can just use
    if not self.slug

    • @desphixs
      @desphixs  27 дней назад +2

      Thank you very much, your approach makes more sense, I'll definitely make use use of it from now on.
      For the user and profile key in the post models, there's isn't a pinpointed reason why I used the both, I know that's not very practical, either of them would work, preferably the profile model, I'll do to keep that in mind in future tutorials

  • @DidarKuliew
    @DidarKuliew Месяц назад

    Clear explanations, perfect pacing, and practical examples make learning easy and enjoyable. I reallly love your videos.

  • @dennisdegraphicsdynamo_999
    @dennisdegraphicsdynamo_999 4 месяца назад +3

    You are doing well bro....can we connect?

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

    following this playlist closely
    You're doing an amazing job
    can't wait for you to drop the react part

  • @boazsottie3585
    @boazsottie3585 3 месяца назад

    Great series man
    keep up the good work

  • @oparesimon
    @oparesimon 4 месяца назад +1

    Thanks

    • @desphixs
      @desphixs  4 месяца назад +1

      You’re welcome buddy