Пікірлер
@nicole9856
@nicole9856 20 сағат бұрын
Thanks so much
@python-dev-uz
@python-dev-uz 3 күн бұрын
I am not English, but you did so useful content,I am ready to watch your video
@aayushshrestha1034
@aayushshrestha1034 3 күн бұрын
what are you using for database?
@CBIAnalytics
@CBIAnalytics 3 күн бұрын
@@aayushshrestha1034 SQLite database, which is the default for a Django App
@VigneshShetty-g4f
@VigneshShetty-g4f 7 күн бұрын
Debug =true can be environement variable. We dont need to push the code often
@CBIAnalytics
@CBIAnalytics 7 күн бұрын
@@VigneshShetty-g4f can be, but if you have seperate settings anyway it doesnt matter
@sankalpjain7645
@sankalpjain7645 8 күн бұрын
Thank you so much it helped me as a solo developer for deploying my application on Azure....
@cormacpurtill5124
@cormacpurtill5124 9 күн бұрын
Brilliant series, thank you!
@azazel61672
@azazel61672 9 күн бұрын
very useful video
@Muhammadazaanul78
@Muhammadazaanul78 10 күн бұрын
which database are you using brother ?? mongodb or ?
@CBIAnalytics
@CBIAnalytics 10 күн бұрын
@Muhammadazaanul78 SQLite in development. If you want to deploy Postgresql is most common for Django projects
@Muhammadazaanul78
@Muhammadazaanul78 10 күн бұрын
@@CBIAnalytics oh great , but in your projects what db are you using, i am new in python
@CBIAnalytics
@CBIAnalytics 10 күн бұрын
@Muhammadazaanul78 SQLite. Thats the default database that is created by Django in the settings.
@Muhammadazaanul78
@Muhammadazaanul78 9 күн бұрын
@@CBIAnalytics okay brother thanks for the info , can you please use React-Query for api fetching in future projects, as you know its new technology, i was looking for this combination , and it would be really helpful for me and everyone :)
@Muhammadazaanul78
@Muhammadazaanul78 11 күн бұрын
great work , new subscriber
@CBIAnalytics
@CBIAnalytics 11 күн бұрын
@Muhammadazaanul78 welkome, great to have you here!
@Muhammadazaanul78
@Muhammadazaanul78 11 күн бұрын
@@CBIAnalytics 💖
@Muhammadazaanul78
@Muhammadazaanul78 11 күн бұрын
hey bro great work , but can you use react query also for data fetching, i was just looking for react and django projects and i find you 🥰🥰😃
@edwinvelasquezgiraldo1872
@edwinvelasquezgiraldo1872 16 күн бұрын
espero con ansias el proximo video
@sidds09
@sidds09 26 күн бұрын
thanks a lot. can you pls increase the font size a bit in future videos. would be helpful.
@adarsh6766
@adarsh6766 27 күн бұрын
how to set google seo
@adarsh6766
@adarsh6766 27 күн бұрын
sir if have media files how to do
@ondrejsynek3285
@ondrejsynek3285 29 күн бұрын
Looking forward to see this series. Looks good, thanks!
@Coden69
@Coden69 29 күн бұрын
Super excited, Would love if you upload frequently
@CBIAnalytics
@CBIAnalytics 29 күн бұрын
@@Coden69 Will be once a week as usual. Takes time unfortunately 😉
@DeeprajAutade
@DeeprajAutade Ай бұрын
Thank you! Can you create videos for a Django learning roadmap for beginners, or can you tell me which of your videos I should start with?"
@peternakitare3124
@peternakitare3124 Ай бұрын
I'm getting an error: raise AppRegistryNotReady("Apps aren't loaded yet.") django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. when starting the gunicorn server
@hassanlamhioui3770
@hassanlamhioui3770 Ай бұрын
Thank you Mister, you're the GOAT.
@younesdeveloper
@younesdeveloper Ай бұрын
great content
@danielbmata9
@danielbmata9 Ай бұрын
Thanks for the video.
@digilink8272
@digilink8272 Ай бұрын
I appreciate you for the playlist, may I expect a complete/full stack web development playlist?
@CBIAnalytics
@CBIAnalytics Ай бұрын
Yes I already have some Django + React Tutorials. I will create a new series very soon which does Full Stack Django + React with all CRUD topics etc. If you have any specific things you want to see, let me know...
@digilink8272
@digilink8272 Ай бұрын
I appreciate you for the playlist, may I expect a complete/full stack web development playlist?
@drummermike5150
@drummermike5150 Ай бұрын
I have a question about the .production file. I set this to false but the build still happens when I push a change. I noticed I have an environment variable set in Azure with the same name and value as the production file - SCM_DO_BUILD_DURING_DEPLOYMENT = true which I'm guessing is overriding my .production file setting. No worries I thought, I'll just remove the one from Azure. When I do that though the deployment fails with can't find django in the log stream. Any ideas? Thanks you in advance for any help you can provide.
@CBIAnalytics
@CBIAnalytics Ай бұрын
@@drummermike5150 when using SCM_DO_BUILD_DURING_DEPLOYMENT azure makes sure that packaging of your app is completely done for you. Meaning the installations, migrations and everything needed to make your app run. If you set it to false you need to do all of that yourself. Your app wont run in that case if you have not done that or forgot a step. Thats why i like to keep it to true, its much easier for me
@4kview005
@4kview005 2 ай бұрын
please give this singer youtube chanal links
@vg-animation
@vg-animation 2 ай бұрын
Nice vid! We're still waiting for your next short😮
@erickascencio369
@erickascencio369 2 ай бұрын
Maravilloso, precisamente hace un par de semanas he querido ver algo como esto <3<3 Grandioso, había tenido problemas por querer tener el back y front desplegados y me costaba configurar bien la comunicación entre ellos <3 Esto vale ORO!!
@champloosixsix
@champloosixsix 2 ай бұрын
everything went pretty smooth, nice video. my /admin isn't letting me login though with the env variables i use for the super user. i am however using my own app, so i wonder if it has anything to do with making my own custom user model.
@champloosixsix
@champloosixsix 2 ай бұрын
the custom user was infact the culprit. make sure if you've edited your create superuser function, that you create the appropriate env variables. for example i got rid of the username field, so i only needed to add the email and password env variables.
@champloosixsix
@champloosixsix 2 ай бұрын
excited to run this. i've never used render before.
@CBIAnalytics
@CBIAnalytics 2 ай бұрын
@@champloosixsix I personally really liked it compared to other platforms
@champloosixsix
@champloosixsix 2 ай бұрын
interesting, where did that backports package come from? i don't have that.
@sergey89872
@sergey89872 2 ай бұрын
@Cbi Analytics I really enjoyed these series and appreciate your invitation for suggestions! I have an idea for a project that could be intriguing for your next build. How about creating a full-stack web application that involves building a data pipeline from an API, using Airflow or DBT for data ingestion? The project would start by setting up Airflow or DBT to regularly pull data from a dynamic and publicly accessible API, such as weather data, stock prices, or social media statistics. We could use Kafka for managing the stream of data and Redis for caching to enhance performance. The processed data could then be stored in a PostgreSQL database, well-suited for integration with Django.
@CBIAnalytics
@CBIAnalytics Ай бұрын
Love the idea. I would probably do the ingestion and processing in Microsoft Azure because thats more familiare for me, definately going on my list
@sergey89872
@sergey89872 Ай бұрын
@@CBIAnalytics Thanks! I'm really looking forward to seeing how you tackle this project using Azure. It's definitely going to add an interesting layer to the build!
@troygrogan8973
@troygrogan8973 2 ай бұрын
Dude you are saving me for school right now thank you so unbelievably much!!🥲🙌
@zobaidulkaziex
@zobaidulkaziex 2 ай бұрын
@brainside5639
@brainside5639 2 ай бұрын
@moulimallina7501
@moulimallina7501 3 ай бұрын
Thanks for sharing your knowledge. You are a gem 😊
@darsek285
@darsek285 3 ай бұрын
looks legit. Wonder if it'll work in September 2024?
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
It should! Later on I did another series on deploying a Django & React app on Azure (which also covers the complete Django part) and the configuration was very similar. I think they only slightly changed one setting to work a little bit different, but both should still work ;) Django + React deployment on Azure: kzbin.info/www/bejne/annOkKqBeNiFpZI
@darsek285
@darsek285 2 ай бұрын
@@CBIAnalytics Oh, thanks man! Will have a watch at that😃
@jaecheokkim99
@jaecheokkim99 3 ай бұрын
what if i have errors while i was installing 'npm i react-router-dom'. how can i solve this? T.T
@Coden69
@Coden69 3 ай бұрын
awesome
@aaravag7346
@aaravag7346 3 ай бұрын
Can u pls make the video of how to edit the event and also delete the event and then how to deploy the full application
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
I unfortunatly won't make a seperate video on that. But you can check my CRUD series on Django + React and try to incorporate that into this example!
@cecla612
@cecla612 3 ай бұрын
how i deploy this?, on cpanel for example 🤔
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
@@cecla612 I have made several series on deployment of Django and React. Right now I have one to deploy on Render. But steps are very similar for deployment on other cloud platforms
@gottschalgduque
@gottschalgduque 3 ай бұрын
Hi, thank's for publishing this series, it is very well detailed and explained. So, how do I display the error message This Email is already registered, in the FrontEnd?
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
Best way to do this is to create an API requests to find the user based on the email adress. If it returns a user with that email adress you can create a message in the same way as in video 15!
@gottschalgduque
@gottschalgduque 3 ай бұрын
@@CBIAnalytics Great thank's for your reply!!!!
@champloosixsix
@champloosixsix 3 ай бұрын
bad csv file. some of the dates are dd/mm/yyyy while others are d/mm/yyyy, having only one unit for the day. your setup for whatever reason has no issue handling this, but when you download the csv file from your repo, the entries with 2 units for the day shows up as ####### in the table.
@champloosixsix
@champloosixsix 3 ай бұрын
actually, not sure that this is the cause. regardless, can't get db browser to allow me to write my supermarketsales data 😢
@champloosixsix
@champloosixsix 3 ай бұрын
resolved the issue, the problem was an error i made. when copy/pasting over the data for the foreign keys i ended up creating a null line, so my id in it went 0, 2, 3. So BE CAREFULE! :'D
@Animationcartt
@Animationcartt 3 ай бұрын
it "Import "rest_framework" could not be resolved" error occurs everywhere wherever i wrote rest_framework so how to fix it? plz tell me !
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
@@Animationcartt check if you installed Django Rest Framework correctly, and make sure you add it to your installed apps section in the setting.py file
@Animationcartt
@Animationcartt 3 ай бұрын
@@CBIAnalytics thanks Sir
@ayushgoyal892
@ayushgoyal892 3 ай бұрын
Can you pls make this playlist "date uploaded oldest" so that the videos are sorted from 1 to 10
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
I think it should display it correctly now!
@ElmanPathan
@ElmanPathan 3 ай бұрын
Loving the memes in addition to the awesome contents
@Coden69
@Coden69 3 ай бұрын
waiting for other parts. upload soon if you can.
@lilmid2083
@lilmid2083 3 ай бұрын
me too
@sosikopkhakadze1263
@sosikopkhakadze1263 3 ай бұрын
These series were amazing. I really enjoyed and learned a lot. However, I have one question - maybe I missed it, but how do we check if the email that is being registered is not already registered, and forbid that from ever happening?
@CBIAnalytics
@CBIAnalytics 3 ай бұрын
I did not incorporate that, but you can do that by making an API request to check if the email already exists in our database, and display a message if it does