Straight to the point. Thanks for this. Do you have a video on how to server media & static files in production on heroku
@CodeWithClinton2 жыл бұрын
Thank you. I have videos on what you asked for.
@ikedichuks2 жыл бұрын
Learnt new thing tonight 😎
@CodeWithClinton2 жыл бұрын
Chuks ✨✨🚀
@ikedichuks2 жыл бұрын
@@CodeWithClinton Amazing, definitely gonna be using this channel from now onwards ✌️ You amazing
@CodeWithClinton2 жыл бұрын
@@ikedichuks Thanks Chuks. 🙏
@Morexod9992 жыл бұрын
Very helpful. Thanks, dude
@CodeWithClinton2 жыл бұрын
You are welcome. I really glad the video helped.
@eduardorpg642 жыл бұрын
Awesome video! It helped me and it worked! Thank you so much!
@CodeWithClinton2 жыл бұрын
You're welcome.
@TopowaRoots11 ай бұрын
Bigup bro works perfect
@CodeWithClinton11 ай бұрын
Thank you.
@viShNu-iv5pj2 жыл бұрын
Also bro while cloning the project and running it get an error decouple.undefined value error. Secret key not found. Installed venv and installed all packages still same error
@Me__me1-22 жыл бұрын
Thanks. This was helpful
@CodeWithClinton2 жыл бұрын
You're welcome. 🙏
@nasirolagunju73622 жыл бұрын
Thanks so much. The explanation is clear.
@CodeWithClinton2 жыл бұрын
You are welcome.
@СанжарТолеуов-к7ч Жыл бұрын
good job man!
@CodeWithClinton Жыл бұрын
Thank you.
@vivekjalankar66472 жыл бұрын
Thank you sir solved my issue ❤️👍
@CodeWithClinton2 жыл бұрын
You are welcome.
@melizamaia8417 Жыл бұрын
Good video. When I put it on gthub and it kept showing up. Then I put the .gitignore and all right!
@CodeWithClinton Жыл бұрын
Thank you.
@zackplauche3 жыл бұрын
Nice vid! I covered the same thing on my channel recently haha. Congrats on getting your first thousand subscribers 🙂
@CodeWithClinton3 жыл бұрын
Thank you Zack. 💙💙
@dependerkumarsoni51222 жыл бұрын
Will this method work on deployment as well or we need to create environment variables on deployment platform as well?
@CodeWithClinton2 жыл бұрын
Yes you will need environment variables.
@sawojarianski69912 жыл бұрын
Please use external microphone, can be cheap one. There will be no fan noise in the audio .
@CodeWithClinton2 жыл бұрын
Thank you. 🙏
@TransplantNative2 жыл бұрын
Super awesome video. For email_host_password would I set it to something like = 'password", and then have password='real password' in my .env file?
@CodeWithClinton2 жыл бұрын
Yes you can, if you are using Gmail it is recommended you use app password rather than your actual email password.
@owendarwin25032 жыл бұрын
was stuck until i watched this and saw the .env file wasnt a txt file named .env. thanks
@CodeWithClinton2 жыл бұрын
You're welcome.
@fernandocoelho13347 ай бұрын
Databases Setting, shouldn't it go in the .env file?
@CodeWithClinton7 ай бұрын
Yeah, database settings should be in the .env file.
@vikrantkhedkar64512 жыл бұрын
Thanks brother
@CodeWithClinton2 жыл бұрын
It's my pleasure. 💙
@vikrantkhedkar64512 жыл бұрын
@@CodeWithClinton let's connect on LinkedIn
@CodeWithClinton2 жыл бұрын
@@vikrantkhedkar6451 that will be great.
@chibuzorarthuruzoaru76222 жыл бұрын
Thank you so much, you saved me
@CodeWithClinton2 жыл бұрын
I am glad the video helped.
@viShNu-iv5pj2 жыл бұрын
Bro please reply, i am getting secret key not found error after cloning the project
@CodeWithClinton2 жыл бұрын
Generate a new secret key.
@viShNu-iv5pj2 жыл бұрын
@Code With Clinton Thanks bro ❤️
@CodeWithClinton2 жыл бұрын
@@viShNu-iv5pj you are welcome bro.
@programmingpersistence57162 жыл бұрын
Brilliant! thank you
@CodeWithClinton2 жыл бұрын
You're welcome. 🙏
@ingoknyto3 жыл бұрын
understood. thanks.
@CodeWithClinton3 жыл бұрын
I am happy. Thank you.
@prateeksarangi91873 жыл бұрын
Thanks a lot !!
@CodeWithClinton3 жыл бұрын
You are welcome.
@dilmurodsadullayev81067 ай бұрын
Thanks
@CodeWithClinton7 ай бұрын
You're welcome.
@tigreonice23392 жыл бұрын
In the deploy server (render or pythonanywhere) you must create that env file too??? All the manners I dont think it too hide because you can open the env file and see the secret key xD
@CodeWithClinton2 жыл бұрын
You wouldn't need to push your env file to github.
@tigreonice23392 жыл бұрын
@@CodeWithClinton but yes in pythonanywhere? Or can use the secretkey inside setting file in pythonanywhere without worry? Thank you
@CodeWithClinton2 жыл бұрын
@@tigreonice2339 I don't know of pythonanywhere, but it is very possible on heroku and it should be possible on pythonanywhere.
@tigreonice23392 жыл бұрын
@@CodeWithClinton ah ok. Thanks
@CodeWithClinton2 жыл бұрын
@@tigreonice2339 you are welcome.
@SulavAcharya-sr6ur9 ай бұрын
How do we hide our static file ?
@CodeWithClinton9 ай бұрын
You don't have to hide your static file .
@TheC1tss2 жыл бұрын
Thank you :))
@CodeWithClinton2 жыл бұрын
You're welcome.
@michaelumeokoli2 жыл бұрын
I am having an error please, it says cannot import name 'config' from 'decouple'
@CodeWithClinton2 жыл бұрын
Hi, sorry for the error. Copy and paste the error on Google, you will find a solution from stackoverflow.
@michaelumeokoli2 жыл бұрын
@@CodeWithClinton how helpful
@CodeWithClinton2 жыл бұрын
@@michaelumeokoli Did you find a solution?
@MaritzaCalabokis8 ай бұрын
Isn't this just a trick. If I want to access you secret key, password for the db via hack or even when hosting your app, it will be the same effort to look at settings.py or .env to find the secret key. It's not secret at all. It's inside a "text" file be it hidden or not.