New to your channel, absolutely enjoy these short videos. Thank you.
@CloudWithDjango Жыл бұрын
Welcome to the channel! Thank you for the support, and I'm glad that you are enjoying the content! Of course, it's a pleasure! Good luck to you!
@Manifest_Chakalov Жыл бұрын
Thank you for this please continue releasing contente like this. So I am working on an open source project that involves creating a backend using django rest framework. The problem I'm having is I cannot seem to figure how the logic to handle keeping scores and selecting answers and also fetching questions from the database. I don't know if we can have further talk about this and you can suggest way I go about it.
@CloudWithDjango Жыл бұрын
My pleasure! Thank you for your suggestions. I'll give you some advice here. To address scoring and answer selection in a Django Rest Framework backend, implement models for questions and user responses, create views with corresponding serializers to handle scoring logic, and use database queries to fetch questions based on your application's requirements.
@ibrahimoluwaseunsamson551511 ай бұрын
Please do a tutorial on digital ocean space
@CloudWithDjango11 ай бұрын
Thank you for the suggestion!
@ibrahimoluwaseunsamson551511 ай бұрын
@@CloudWithDjango I will be glad to watch the videos sir... I'm having issues with the gunicorn bind. I noticed whenever I bind my gunicorn server, my static files won't show.
@ankitsrivastava747311 ай бұрын
Thank you for this, just what i needed!
@CloudWithDjango11 ай бұрын
My pleasure! I'm glad that you liked the video!
@codedjango Жыл бұрын
How to serve static files from a frontend framework e.g. NextJS / VueJS (created with "vite") in production with django? the issue is the cli creates so many *.js files so I want to know how to serve these directly with Django....any help on this would be appreciated....thanks anyways for these tutorials :)
@CloudWithDjango Жыл бұрын
Hi, So this video is specifically for Django. If you want to serve static files with a frontend framework as well you would need to copy the generated static files from your Next.js or Vite build output to Django's static directory, and configure Django's STATICFILES_DIRS or STATIC_ROOT in settings.py to include this directory for serving the static files. Thank you for the support!
@SpeedCodes-oc7ed5 ай бұрын
did you try to set media files within of the static folder to get them compressed? does it works?
@CloudWithDjango5 ай бұрын
Hi! I only focused on the static files here and not the media files. Not too sure if the media files would work within the static folder.
@averrousazharrafiqi2597 Жыл бұрын
Very helpfull... thank you for your explanation!
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that you found it helpful!
@ahmadumar93877 ай бұрын
Hi @Arno, do you think it's possible to use media files, when i took the media url and root inside of static/?
@ahmadumar93877 ай бұрын
no need to reply, i know the answer :)
@CloudWithDjango7 ай бұрын
Hi Ahmad, Oh haha, no worries! :)
@ahmadumar93877 ай бұрын
@@CloudWithDjango according me, is this the best setup ``` - Whitenoise - STATIC_URL = 'static/' - STATIC_ROOT = 'static/' - STATICFILES_DIRS = 'staticfiles/' - MEDIA_URL = 'static/media/' - MEDIA_URL = 'static/media/' - STATICFILES_STORAGE='whitenoise.storage.CompressedStaticFilesStorage' ```
@CloudWithDjango7 ай бұрын
Thank you, Ahmad! This is great!
@amine634049 ай бұрын
Hi, I have a question please, can whitenoise also serve updated files by user like images or other ? Thank you for these tutorials.
@CloudWithDjango9 ай бұрын
Hi, You'd need to read the docs on this, but from my knowledge, you'd need to use something else. Perhaps like Amazon S3 or something of the sort. Of course, my pleasure! Thank you for the support.
@amine634049 ай бұрын
@@CloudWithDjango thank you for your réponse, much appreciated.
@CloudWithDjango9 ай бұрын
Of course, anytime! :)
@BBN-j6d9 ай бұрын
Wow! It works
@CloudWithDjango9 ай бұрын
I'm glad that it worked for you!
@ave665610 ай бұрын
Братуха!спасибо тебе огромное!
@CloudWithDjango10 ай бұрын
Удовольствие!
@koradavenkatamahesh995710 ай бұрын
Thank you so much for providing valuable content, Please make a video how to deploy our project for free in online contains static files and database..
@CloudWithDjango10 ай бұрын
My pleasure! I'm glad that you like the content! I have a video tutorial on the channel that focuses on deploying to Fl0 which covers free deployment with static files and a postgres database.