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
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.
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
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.
My voice sounds a bit rough, I have just recovered from an allergy 🤒🤧
Hope you feel better soon!
@@codernerd7076 Thanks a lot. Voice is completely gone now :/ Hopefully I get it back soon 😂
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.
Thanks, your are welcome. It’s an attempt, far from perfect, cos deployment is tricky with many variables and not that straightforward.
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
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.
I'm so happy that i found this channel.
Let's go it's deployment series
came back and very interested! You're the god
Thank you.
Great. Looking for more contents.
This is great!! Thank you
Ohhh deployment part is starting
Finally, I come here
Thank you for sharing this. Unfortunately, this version of honeypot is not compatible with Django version 5.
Oh thanks for pointing it out!
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
Interesting, I was not aware of that one. The simpler the better.
thank
Bro can u appload video for chat application with websocket using django pls
I created a series on that: th-cam.com/video/u7siCTdGhuw/w-d-xo.html
The ENCRYPT_KEY is in byte type. Do we need to cast the value returned by the env object?
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.
@@ajudmeister Oh great
what should i do if i dont have and ENCRYPT_KEY
@@Jery-hg5tg if you don’t have a encryption feature, you can just ignore this.
Thanks
Learn backend series with htmx Is it finished sir?
Yes for now, I might add more content in future though to build more features