I am not English, but you did so useful content,I am ready to watch your video
@aayushshrestha10343 күн бұрын
what are you using for database?
@CBIAnalytics3 күн бұрын
@@aayushshrestha1034 SQLite database, which is the default for a Django App
@VigneshShetty-g4f7 күн бұрын
Debug =true can be environement variable. We dont need to push the code often
@CBIAnalytics7 күн бұрын
@@VigneshShetty-g4f can be, but if you have seperate settings anyway it doesnt matter
@sankalpjain76458 күн бұрын
Thank you so much it helped me as a solo developer for deploying my application on Azure....
@cormacpurtill51249 күн бұрын
Brilliant series, thank you!
@azazel616729 күн бұрын
very useful video
@Muhammadazaanul7810 күн бұрын
which database are you using brother ?? mongodb or ?
@CBIAnalytics10 күн бұрын
@Muhammadazaanul78 SQLite in development. If you want to deploy Postgresql is most common for Django projects
@Muhammadazaanul7810 күн бұрын
@@CBIAnalytics oh great , but in your projects what db are you using, i am new in python
@CBIAnalytics10 күн бұрын
@Muhammadazaanul78 SQLite. Thats the default database that is created by Django in the settings.
@Muhammadazaanul789 күн бұрын
@@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 :)
@Muhammadazaanul7811 күн бұрын
great work , new subscriber
@CBIAnalytics11 күн бұрын
@Muhammadazaanul78 welkome, great to have you here!
@Muhammadazaanul7811 күн бұрын
@@CBIAnalytics 💖
@Muhammadazaanul7811 күн бұрын
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 🥰🥰😃
@edwinvelasquezgiraldo187216 күн бұрын
espero con ansias el proximo video
@sidds0926 күн бұрын
thanks a lot. can you pls increase the font size a bit in future videos. would be helpful.
@adarsh676627 күн бұрын
how to set google seo
@adarsh676627 күн бұрын
sir if have media files how to do
@ondrejsynek328529 күн бұрын
Looking forward to see this series. Looks good, thanks!
@Coden6929 күн бұрын
Super excited, Would love if you upload frequently
@CBIAnalytics29 күн бұрын
@@Coden69 Will be once a week as usual. Takes time unfortunately 😉
@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Ай бұрын
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Ай бұрын
Thank you Mister, you're the GOAT.
@younesdeveloperАй бұрын
great content
@danielbmata9Ай бұрын
Thanks for the video.
@digilink8272Ай бұрын
I appreciate you for the playlist, may I expect a complete/full stack web development playlist?
@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Ай бұрын
I appreciate you for the playlist, may I expect a complete/full stack web development playlist?
@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Ай бұрын
@@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
@4kview0052 ай бұрын
please give this singer youtube chanal links
@vg-animation2 ай бұрын
Nice vid! We're still waiting for your next short😮
@erickascencio3692 ай бұрын
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!!
@champloosixsix2 ай бұрын
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.
@champloosixsix2 ай бұрын
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.
@champloosixsix2 ай бұрын
excited to run this. i've never used render before.
@CBIAnalytics2 ай бұрын
@@champloosixsix I personally really liked it compared to other platforms
@champloosixsix2 ай бұрын
interesting, where did that backports package come from? i don't have that.
@sergey898722 ай бұрын
@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Ай бұрын
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Ай бұрын
@@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!
@troygrogan89732 ай бұрын
Dude you are saving me for school right now thank you so unbelievably much!!🥲🙌
@zobaidulkaziex2 ай бұрын
@brainside56392 ай бұрын
@moulimallina75013 ай бұрын
Thanks for sharing your knowledge. You are a gem 😊
@darsek2853 ай бұрын
looks legit. Wonder if it'll work in September 2024?
@CBIAnalytics3 ай бұрын
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
@darsek2852 ай бұрын
@@CBIAnalytics Oh, thanks man! Will have a watch at that😃
@jaecheokkim993 ай бұрын
what if i have errors while i was installing 'npm i react-router-dom'. how can i solve this? T.T
@Coden693 ай бұрын
awesome
@aaravag73463 ай бұрын
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
@CBIAnalytics3 ай бұрын
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!
@cecla6123 ай бұрын
how i deploy this?, on cpanel for example 🤔
@CBIAnalytics3 ай бұрын
@@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
@gottschalgduque3 ай бұрын
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?
@CBIAnalytics3 ай бұрын
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!
@gottschalgduque3 ай бұрын
@@CBIAnalytics Great thank's for your reply!!!!
@champloosixsix3 ай бұрын
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.
@champloosixsix3 ай бұрын
actually, not sure that this is the cause. regardless, can't get db browser to allow me to write my supermarketsales data 😢
@champloosixsix3 ай бұрын
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
@Animationcartt3 ай бұрын
it "Import "rest_framework" could not be resolved" error occurs everywhere wherever i wrote rest_framework so how to fix it? plz tell me !
@CBIAnalytics3 ай бұрын
@@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
@Animationcartt3 ай бұрын
@@CBIAnalytics thanks Sir
@ayushgoyal8923 ай бұрын
Can you pls make this playlist "date uploaded oldest" so that the videos are sorted from 1 to 10
@CBIAnalytics3 ай бұрын
I think it should display it correctly now!
@ElmanPathan3 ай бұрын
Loving the memes in addition to the awesome contents
@Coden693 ай бұрын
waiting for other parts. upload soon if you can.
@lilmid20833 ай бұрын
me too
@sosikopkhakadze12633 ай бұрын
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?
@CBIAnalytics3 ай бұрын
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