Cloudflare for Devs Part 1: R2 with Django for Static files, user uploads, css, images, js and more.

  Рет қаралды 4,747

CodingEntrepreneurs

CodingEntrepreneurs

Күн бұрын

Пікірлер: 42
@jayesh_15
@jayesh_15 6 ай бұрын
Great. I had seen the previous django-storages tutorial with linode s3 and this follows pretty well. Thanks 😊
@CodingEntrepreneurs
@CodingEntrepreneurs 6 ай бұрын
Yup! Services are both object storage
@jayesh_15
@jayesh_15 5 ай бұрын
@@CodingEntrepreneurs I have a followup question. I used to have settings variables like STATIC_BASE_DIR, STATIC_ROOT, STATICFILES_DIRS, STATIC_CDN_PATH. Some of them like STATIC_BASE_DIR were used in other places inside project. What about treatment of them in this case?
@maqboolthoufeeqt
@maqboolthoufeeqt 6 ай бұрын
Wow, I was just searching for this, and your timing is perfect! ❤ Thanks a ton, mate! ❤ Creating a high-quality SaaS project with 'Django Multi-Tenancy', just like the 'CFE way,' would be incredible! 🚀
@CodingEntrepreneurs
@CodingEntrepreneurs 6 ай бұрын
Thank you for the suggestion!
@Knight_Alonne
@Knight_Alonne 6 ай бұрын
Please make a tutorial on Django jwt authentication with react or Django allauth authentication with React , social authentication included.
@CodingEntrepreneurs
@CodingEntrepreneurs 6 ай бұрын
I like it! Anyone else? Comment 👇
@SKOOBgotSNAX
@SKOOBgotSNAX 6 ай бұрын
Definitely would love some allauth authentication content!
@Zero-nh4ke
@Zero-nh4ke 6 ай бұрын
Yes
@vladislavnovoselov3699
@vladislavnovoselov3699 5 ай бұрын
Yes
@coder5832
@coder5832 4 ай бұрын
Yes
@miclemabasie4424
@miclemabasie4424 5 ай бұрын
Thanks a lot for this video, you are always there to safe the day.
@Deus-lo-Vuilt
@Deus-lo-Vuilt 6 ай бұрын
Thank you very much, this material you upload with Django is very useful for me.
@tdcode
@tdcode 2 ай бұрын
you're a miracle worker.
@status-200-ok
@status-200-ok 4 ай бұрын
Thanks, just what I needed.
@Zero-nh4ke
@Zero-nh4ke 6 ай бұрын
Perfect I was about to implement Cloudflare R2 in my project This will help me 👌🙏
@gonzaloponce17775367
@gonzaloponce17775367 5 ай бұрын
Gracias un abrazo desde Uruguay 🎉
@ridwanray
@ridwanray 6 ай бұрын
Good job, Justin.
@tomilola_ng
@tomilola_ng 4 ай бұрын
You are super good man
@CodingEntrepreneurs
@CodingEntrepreneurs 3 ай бұрын
Thank you
@aashayamballi
@aashayamballi 6 ай бұрын
Thank you!
@ВасильКартичак
@ВасильКартичак 6 ай бұрын
superb
@alexdin1565
@alexdin1565 6 ай бұрын
please can make videos about deployment using docker and nginx as reverse proxy for domains etc...
@pietraderdetective8953
@pietraderdetective8953 4 ай бұрын
is it possible to deploy Flask app in Cloudflare? can you please make a video on it? I'm tried deploying my Flask app but failed using both Cloudlfare Workers and Pages.
@mxurbano
@mxurbano 4 ай бұрын
BTW - I am interested in Boto3. This is great and I got it working. What about Whitenoise? I read that a good setup is Whitenoise for static and Cloudflare R2 for media? Is there any reason not to use Whitenoise? I see that you answered that with Cloudflare you don't need Whitenoise. With Whitenoise, do you need Cloudflare?
@CodingEntrepreneurs
@CodingEntrepreneurs 4 ай бұрын
Whitenoise is a good solution for non user-uploaded static files but is inherently slower than using a CDN. Cloudflare is not needed for non-user static files but it’s far faster for far more people everywhere in the world thus I recommend using it (especially since it’s very cost effective). Whitenoise = short term good Cloudflare R2 = short + long term good
@savanthtadepalli3968
@savanthtadepalli3968 5 ай бұрын
Can you please make a video on production ready Agentic RAG application using open source LLMs, multi-user and multi-session conversation history persistence, with a decent front end, backend, vector DBs and other necessary components.
@nicenaija9952
@nicenaija9952 6 ай бұрын
I tried this for my last project but ended up having issues because the browser was caching the signed css url, and apparently cloudflare deauthorize with time. Strange. good to see your implementation though
@Omar00113
@Omar00113 5 ай бұрын
Hello, While deploying on Heroku I get a collectstatic error. I ended up running it on my own from the console. Did anybody else get that and is there a reason for that (i found online that it might have to be compatibility issue between heroku and R2)
@CodingEntrepreneurs
@CodingEntrepreneurs 5 ай бұрын
Collectstatic outside of deploying to heroku - eg disable it on heroku
@wanderingtravellerAB99
@wanderingtravellerAB99 5 ай бұрын
Cool vid man - any comments about cloudflare and whitenoise?
@CodingEntrepreneurs
@CodingEntrepreneurs 5 ай бұрын
with cloudflare, you don’t need whitenoise in your Django project
@irfankhan_98
@irfankhan_98 6 ай бұрын
Hello Sir Its a Humble request to make a video on "How we can Utilize the Bootstrap Admin Dashboard Template in Django" for like CRM , Real Estate Management system , Student management system In which we show all the graphs , analytics and each and everything please replay me to I am really confused I am your daily Viewer and subscriber
@palash785
@palash785 6 ай бұрын
Multi tenant saas and jwt authentication
@aafan.kuware
@aafan.kuware 6 ай бұрын
the pricings are confusing, it is free or paid? I can see 1. Storage (10GB/month free) 2. Class A operations (1M operations/month) 3. Class B operations (10M operations/month)
@CodingEntrepreneurs
@CodingEntrepreneurs 6 ай бұрын
Yeah, I’m pretty sure it’s free for a while.
@aafan.kuware
@aafan.kuware 6 ай бұрын
@@CodingEntrepreneurs can you please make the same on contabo storage?
Speed up your Django Images with Cloudflare
45:37
CodingEntrepreneurs
Рет қаралды 2,1 М.
Learn the Easiest Way to Use HTTPs Everywhere
34:07
CodingEntrepreneurs
Рет қаралды 22 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Insane Theoretical Physics Discussion with ChatGPT and DeepSeek
4:59
Unzicker's Real Physics
Рет қаралды 6 М.
ArgoCD Tutorial for Beginners | GitOps CD for Kubernetes
47:53
TechWorld with Nana
Рет қаралды 692 М.
How One Line of Code Almost Blew Up the Internet
13:47
Kevin Fang
Рет қаралды 2,1 МЛН
Django + Celery + Selenium to Scrape Anything with Python
1:34:25
CodingEntrepreneurs
Рет қаралды 65 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 2 МЛН
APIs for Beginners - How to use an API (Full Course / Tutorial)
2:19:33
freeCodeCamp.org
Рет қаралды 4,5 МЛН
Free Unlimited Custom Domain Email Addresses with Gmail and Cloudflare.
24:06
CodingEntrepreneurs
Рет қаралды 103 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН