Environment Variables - Deployment with Django - Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 32

  • @ajudmeister
    @ajudmeister  ปีที่แล้ว +7

    My voice sounds a bit rough, I have just recovered from an allergy 🤒🤧

    • @codernerd7076
      @codernerd7076 ปีที่แล้ว

      Hope you feel better soon!

    • @ajudmeister
      @ajudmeister  ปีที่แล้ว +1

      @@codernerd7076 Thanks a lot. Voice is completely gone now :/ Hopefully I get it back soon 😂

  • @isegofficial
    @isegofficial 8 หลายเดือนก่อน +3

    Bro you have no idea how much you have done for the Django community with this playlist. Thank you so much man for making deployment easy for us.

    • @ajudmeister
      @ajudmeister  8 หลายเดือนก่อน

      Thanks, your are welcome. It’s an attempt, far from perfect, cos deployment is tricky with many variables and not that straightforward.

  • @midhunskani
    @midhunskani ปีที่แล้ว +1

    This is what exactly i wanted. There very few tutorials on youtube regarding deployment nobody even talks about deployment. Thanks for making a video regarding this series. We need videos on CI cd pipelines also if possible. Thanks

    • @ajudmeister
      @ajudmeister  ปีที่แล้ว

      Yea true, this is also an area which changes all the time because of different emerging and changing technologies and services. I will show how I am doing it as a single developer, but we can extend it with CI/CD pipelines for teams later on. If you have something specific in mind let me know.

  • @rafhaellowixhomwad
    @rafhaellowixhomwad 7 หลายเดือนก่อน +1

    I'm so happy that i found this channel.

  • @Coden69
    @Coden69 ปีที่แล้ว +1

    Let's go it's deployment series

  • @LUCI-wv8fk
    @LUCI-wv8fk ปีที่แล้ว

    came back and very interested! You're the god

  • @AmoahDevLabs
    @AmoahDevLabs 11 หลายเดือนก่อน

    Great. Looking for more contents.

  • @alessandroscimone5463
    @alessandroscimone5463 ปีที่แล้ว

    This is great!! Thank you

  • @codernerd7076
    @codernerd7076 ปีที่แล้ว

    Ohhh deployment part is starting

  • @ThắngPhu-z1t
    @ThắngPhu-z1t ปีที่แล้ว

    Finally, I come here

  • @kimr7743
    @kimr7743 7 หลายเดือนก่อน

    Thank you for sharing this. Unfortunately, this version of honeypot is not compatible with Django version 5.

    • @ajudmeister
      @ajudmeister  7 หลายเดือนก่อน

      Oh thanks for pointing it out!

  • @thekenapp535
    @thekenapp535 ปีที่แล้ว

    Always quality tutorial. Thanks Andreas. Is there any reason why you did not use python decouple instead of environ. it looks more simple. you only need one import statement instead of the 3 you used for environ

    • @ajudmeister
      @ajudmeister  ปีที่แล้ว

      Interesting, I was not aware of that one. The simpler the better.

  • @frameff9073
    @frameff9073 ปีที่แล้ว

    thank

  • @Busy-man05r
    @Busy-man05r 27 วันที่ผ่านมา

    Bro can u appload video for chat application with websocket using django pls

    • @ajudmeister
      @ajudmeister  27 วันที่ผ่านมา

      I created a series on that: th-cam.com/video/u7siCTdGhuw/w-d-xo.html

  • @ThắngPhu-z1t
    @ThắngPhu-z1t ปีที่แล้ว

    The ENCRYPT_KEY is in byte type. Do we need to cast the value returned by the env object?

    • @ajudmeister
      @ajudmeister  ปีที่แล้ว +1

      Typically bytes should be converted into a string representation when storing in an env file (eg. using Base64 encoding), however from testing I have seen it also worked simply by storing the value itself. I think the fernet object is converting it into a byte type if required.

    • @ThắngPhu-z1t
      @ThắngPhu-z1t ปีที่แล้ว

      @@ajudmeister Oh great

  • @Jery-hg5tg
    @Jery-hg5tg 5 หลายเดือนก่อน

    what should i do if i dont have and ENCRYPT_KEY

    • @ajudmeister
      @ajudmeister  5 หลายเดือนก่อน

      @@Jery-hg5tg if you don’t have a encryption feature, you can just ignore this.

    • @Jery-hg5tg
      @Jery-hg5tg 4 หลายเดือนก่อน +1

      Thanks

  • @AliAhmad-wq3mu
    @AliAhmad-wq3mu ปีที่แล้ว

    Learn backend series with htmx Is it finished sir?

    • @ajudmeister
      @ajudmeister  ปีที่แล้ว

      Yes for now, I might add more content in future though to build more features