No video

#17 Django tutorials | Models and Migrations

  Рет қаралды 218,152

Telusko

Telusko

Күн бұрын

Пікірлер: 229
@binodtharu6240
@binodtharu6240 4 жыл бұрын
Love u bro Your voice makes energy for me I waste my 2 hours to finding problem solution but after listening your voice my mind clicked randomly and I got solution .. Thank you buddy
@muhammadilyas2179
@muhammadilyas2179 4 жыл бұрын
Yeah He speaks really really quick
@DopeHub
@DopeHub 3 жыл бұрын
Binod
@sandeepkumar2660
@sandeepkumar2660 4 жыл бұрын
conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: FATAL: password authentication failed for user "postgre"
@pavanmutyala6270
@pavanmutyala6270 2 жыл бұрын
have u find solution
@raajeshmoorthy29
@raajeshmoorthy29 5 жыл бұрын
Hi Navin, You're doing a wonderful job.
@thanatos2288
@thanatos2288 4 жыл бұрын
Hi, can you please explain a bit about that 'travello.apps.TravelloConfig' part? Where did you get that from?
@vijaychoudhary5699
@vijaychoudhary5699 4 жыл бұрын
if you are not able to install psycopg2 command and get error :- uninstall your current python and install python 3.7.4 because in newer python there are bugs try it and comment here
@mohammedhegdah
@mohammedhegdah 3 жыл бұрын
Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? Am getting this error when making migrations Please, someone help me out.
@swagataroy6694
@swagataroy6694 3 жыл бұрын
or you can install the binary...
@techybro9213
@techybro9213 4 жыл бұрын
ModuleNotFoundError: No module named 'practiceapp.apps.PracticeConfigdjango'; 'practiceapp.apps' is not a package
@dishantkumbhar8822
@dishantkumbhar8822 4 жыл бұрын
I too facing this issue Plz help anyone
@soulvocals3474
@soulvocals3474 3 жыл бұрын
I am facing same issue..help me please
@techybro9213
@techybro9213 3 жыл бұрын
Msg ne on telegram @madymoder I have solved the issue
@avert_
@avert_ 3 жыл бұрын
In 6:32 , you missed a parentheses for price tag. So it never gets added to the DB. Nevertheless awesome tutorial. Edit: You resolved that in next video :P my bad..
@namratadafedar1190
@namratadafedar1190 4 жыл бұрын
hello sir i am following your both python and django tutorial both.u explain both the concept very well .thank you .i was getting error while doing migration .after migration my 00001 initial file not getting crated.plz help me out to resolve this issue.
@hongjiang3399
@hongjiang3399 11 ай бұрын
i got the same error, it says that the database does not exist, have you figure out how to do it?
@libinscuk
@libinscuk 2 жыл бұрын
Three years went by and I still come back to your tutorial.
@ryuksg9846
@ryuksg9846 3 жыл бұрын
those whoo are getting error in migration part then use only 'travello' in INSTALLED APP
@savageenough8625
@savageenough8625 3 жыл бұрын
bro seriously thanks
@_GIGABYTES
@_GIGABYTES 7 ай бұрын
my tables is not working
@aimanjavid8441
@aimanjavid8441 2 жыл бұрын
sir could you kindly make a video to integrate the Django with Machine Learning models
@techybro9213
@techybro9213 4 жыл бұрын
hlo telusko sir plz help i'm getting error in migrating the models in django there's a error for app name
@abdullashafi580
@abdullashafi580 3 жыл бұрын
if you encounter error something like this "django.db.utils.OperationalError: FATAL: password authentication failed for user "postgres" __ just check your info again in settings.py {database} Like below : DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'myDatabase'(your database name), 'USER':'postgres', 'PASSWORD':'1234(your password)', 'HOST':'localhost', 'PORT':'5432', } } Hope this help.
@prajwalr3985
@prajwalr3985 5 жыл бұрын
sir what is traveloconfig
@neyanshdotcom1937
@neyanshdotcom1937 3 жыл бұрын
Aapko iska solution mila
@akagrawal8085
@akagrawal8085 2 жыл бұрын
You will find it in app, 'name' u give followed by config. It will also do if you just add the name of ur app in installed app.
@hafeezpp
@hafeezpp 5 жыл бұрын
Awesome sir, I really love this series 😍
@vaishnavinalawade9904
@vaishnavinalawade9904 4 жыл бұрын
No changes detected,while creating migrations. Plz someone help me.
@amiraslam6857
@amiraslam6857 4 жыл бұрын
Save all the files and then run the migration command....It worked for me.✌🏼
@vaishnavinalawade9904
@vaishnavinalawade9904 4 жыл бұрын
@@amiraslam6857 okk
@anshulnagar6667
@anshulnagar6667 5 жыл бұрын
During setup i have changed the port no to 6000 & now during migration it shows " Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? Could not connect to server: connection refused (0x0000274D/10061)" So what should i do then ?
@jithendrabathala9415
@jithendrabathala9415 4 жыл бұрын
i got same error what i want to do now please reply me fast
@MASTERISHABH
@MASTERISHABH 5 жыл бұрын
You are missing parenthesis after 'IntegerField', that's why the 'price' column did not get created So people check for these silly mistakes as well while creating models.
@VijayYadav-xl4ed
@VijayYadav-xl4ed 5 жыл бұрын
Sir,Videos are awesome.I liked it and I practiced too. Sir plz make more videos to build real world application. Thank you.
@guru-su3fk
@guru-su3fk 4 жыл бұрын
Great lecture please make one video on CRUD on rest operation
@sundarb6673
@sundarb6673 4 жыл бұрын
I am building a Django based application, and this is helping me out! Thank you!!
@ComedyAndEmotions
@ComedyAndEmotions 5 жыл бұрын
when i did makemigrations they show no changes detected
@sameernigam108
@sameernigam108 5 жыл бұрын
follow all steps
@tejeshwarshivanandan4966
@tejeshwarshivanandan4966 5 жыл бұрын
Same error... Please post the solution if you've rectified the error
@kogantieswar5240
@kogantieswar5240 4 жыл бұрын
Me too
@meghanathreddy875
@meghanathreddy875 3 жыл бұрын
SUPER sir THANKS A LOT, ONE SMALL REQUEST those WHO are READING THIS COMMENT PLS DO NOT SKIP THE ADDS,THIS IS THE LEAST WAY WE CAN HELP THIS sir WHO IS REALLY WORKING HARD FOR US TO TEACH IN AN EAASY WAY
@dipanshparmar3769
@dipanshparmar3769 4 жыл бұрын
error: django.core.exceptions.ImproperlyConfigured: Cannot import 'Travello'. Check that 'travello.apps.TravelloConfig.name' is correct. can anyone help me?
@bitsbytes6972
@bitsbytes6972 5 жыл бұрын
yes sir u are great teacher
@shivankgarg1692
@shivankgarg1692 5 жыл бұрын
Sir please make a series on cloud computing
@banaras.wala.foreignaala
@banaras.wala.foreignaala 4 жыл бұрын
HI SIR, WONDERFUL, I AM LOVING IT, VERY CLEAR UNDERSTANDING OF THE CONCEPT. THANKS
@erdoganborklu
@erdoganborklu Жыл бұрын
11:12 no errors! that's something amazing! YAY!
@oceansailor3934
@oceansailor3934 4 жыл бұрын
Why creating "pics" folder instead of directly saving in database like "blob"? Expecting answer from all experience/fantastic programmer, thank you Naveen for such video.
@w_atletico
@w_atletico 3 жыл бұрын
You are just fantastic, sir. Thank you for these amazing tutorials ❤️😍
@vibewithme5059
@vibewithme5059 Жыл бұрын
No module named 'psycopg2'
@bhavanigarrepally4164
@bhavanigarrepally4164 4 жыл бұрын
Hi,Navin when I tried to install the pg admin after the installation it is showing a prompt that the pg admin server can't be contacted can you tell me a solution to this problem
@ComputingByteCSE
@ComputingByteCSE 3 жыл бұрын
having same problem. Any solution????
@rogerkiran
@rogerkiran 5 жыл бұрын
I am getting error : django.core.exceptions.Improperlyconfigured: ‘travello.apps’ does not contain a class ‘Travelloconfig’.choices are: ‘travelloconfig’
@gaurikadam7124
@gaurikadam7124 4 жыл бұрын
Even I am getting the same error... What to do...?
@minh_tien3911
@minh_tien3911 4 жыл бұрын
you have to enter "travello.apps.TravelloConfig" note that T and C upper
@dishantkumbhar8822
@dishantkumbhar8822 4 жыл бұрын
@@minh_tien3911 still says travello.apps is not a package . Help me out
@itssandeepgupta
@itssandeepgupta 4 жыл бұрын
@@minh_tien3911 this worked
@learningbird9194
@learningbird9194 5 жыл бұрын
.Application labels aren't unique, duplicates: travello' i have got that error please answer it
@tushardasare8961
@tushardasare8961 3 жыл бұрын
Hello Sir, Can you please make more elaborative videos on this topic?
@manuelpineda9067
@manuelpineda9067 3 жыл бұрын
Excellent video, man. Keep up the great work!
@banaras.wala.foreignaala
@banaras.wala.foreignaala 4 жыл бұрын
Dear Sir, One of the best explanations. Thanks
@vakhariyajay315
@vakhariyajay315 10 ай бұрын
Thank you very much. You are a genius.
@rajuchavda219
@rajuchavda219 3 жыл бұрын
When i run py manage.py makemigrations nothing happens My cmd do nothing no error no warning nothing shows me Please help me
@cseanu5166
@cseanu5166 5 жыл бұрын
(test) C:\Users\Anupam\projects\mysite>python manage.py makemigrations No changes detected
@shahfahad394
@shahfahad394 5 жыл бұрын
Same error
@tejeshwarshivanandan4966
@tejeshwarshivanandan4966 5 жыл бұрын
Me too, Please post the solution if u have corrected the error.Thanks in advance!
@razatkharga3007
@razatkharga3007 4 жыл бұрын
remove the boolean and try migrating
@venkatkamalsuhasnunepalli9695
@venkatkamalsuhasnunepalli9695 4 жыл бұрын
check in models file...u have to put '=' instead 0f ':'....i have done the same mistake
@dangerousFail
@dangerousFail 3 жыл бұрын
Same problem,any solution u guys got?
@avinashbhalla3338
@avinashbhalla3338 4 жыл бұрын
Upload_to not working GIVING ERROR
@giorgi23
@giorgi23 5 жыл бұрын
Thanks Sir. Excellent, professional level tutorials. An extra stuff (typing, mistakes, loading time, etc) has been cut. Listener are concentrated only particular subject. Keep going...
@giorgi23
@giorgi23 5 жыл бұрын
I use Mac OS and mysql DB. To figure out connection was a bit tricky and I lost about a day to fix it. If someone is in same situation I think I can give them useful links
@anishm7163
@anishm7163 4 жыл бұрын
@@giorgi23 Hey, can you tell me how do i connect mysql db...
@muhammadhussain6902
@muhammadhussain6902 4 жыл бұрын
I am learning alot from you videos... Thank you
@cmcuna
@cmcuna 3 жыл бұрын
This tutorial page is amazing bro. Thank you.
@oddeven327
@oddeven327 8 ай бұрын
Amazing tutorial, thank you for this video!
@AbdulRehman-sy8co
@AbdulRehman-sy8co 3 жыл бұрын
Sir you are awsm can you please tell which one is good MYSQL and POSTGRES and what is the difference
@-chowdary7080
@-chowdary7080 2 жыл бұрын
Sir I'm migrating the files without no error but not getting destination tabels in data base
@varshithareddy726
@varshithareddy726 Жыл бұрын
did u get it?
@kumarr6195
@kumarr6195 4 жыл бұрын
Hi SIr i got error while installing pip install psycopg2 how to fix this
@tawhidshaheed145
@tawhidshaheed145 4 жыл бұрын
I got same problem. Why he didn't answer yet?
@hemeshwarkonduru7644
@hemeshwarkonduru7644 3 жыл бұрын
@@tawhidshaheed145 probably you are using the latest python version in your virtual environment psycopg2 work fine till 3.7 version.
@kaiocesar5853
@kaiocesar5853 10 ай бұрын
import psycopg as Database ModuleNotFoundError: No module named 'psycopg' During handling of the above exception, another exception occurred: ????
@dineshbh3837
@dineshbh3837 2 жыл бұрын
I have a small doubt, U installed 'psycopg2' library which is a connector/adaptor, but then didn't imported that library anywhere, then what is the use of installing it?? Orr are the migrate commands (makemigrations,, sqlmigrate) using the library internally
@varunkhanna5469
@varunkhanna5469 5 жыл бұрын
For the mac users: pip install psycopg2-binary
@mohitdutt5879
@mohitdutt5879 4 жыл бұрын
thank u sir for making this really understandable series .. Best Regards !!
@deepjyotide181
@deepjyotide181 4 жыл бұрын
pgAdmin isn't running well in my PC. I downloaded MySQL. Will it do?
@vijaychoudhary5699
@vijaychoudhary5699 4 жыл бұрын
i will work but for better response work on postgres or sqlite
@varunkrishnaKyathanpally
@varunkrishnaKyathanpally 5 жыл бұрын
I entered keyname 'password' in lowercase. Kept banging my head for an hour. I found in a form about the "no password supplied" error and realised I need to enter it in caps( PASSWORD). Lol!
@shobhitranjan3957
@shobhitranjan3957 4 жыл бұрын
Brilliant work!
@technoved8061
@technoved8061 4 жыл бұрын
Travello telusko folder nmes are very confusing and in settings.py Trallveoconfig
@anojamadusanka8914
@anojamadusanka8914 3 жыл бұрын
instead of using this, you can just use travello. I think that tells about the module that we going to migrate
@eternalflower8026
@eternalflower8026 3 жыл бұрын
@@anojamadusanka8914 do u have the travello temeplte now in that website it's only paid no free version
@lets_see_777
@lets_see_777 4 жыл бұрын
Anyone getting this:-- Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? You can check on which port you are running postgres, after 12th version it might be 5433 so just go in settings and in databases where you typed USER, PASSWORD, HOST etc, just add 'PORT': '5433'
@jithendrabathala9415
@jithendrabathala9415 4 жыл бұрын
i got this but it is not working what you say
@arunavade7424
@arunavade7424 Жыл бұрын
Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions Running migrations: Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying contenttypes.0002_remove_content_type_name... OK Applying auth.0002_alter_permission_name_max_length... OK Applying auth.0003_alter_user_email_max_length... OK Applying auth.0009_alter_user_last_name_max_length... OK Applying auth.0010_alter_group_name_max_length... OK Applying auth.0011_update_proxy_permissions... OK Applying auth.0012_alter_user_first_name_max_length... OK Applying sessions.0001_initial... OK these are satisfying, but the 0001_initial.py page is not creating. how to fix that
@ejsev2629
@ejsev2629 4 жыл бұрын
Great job, really helped me out
@starlord3879
@starlord3879 3 жыл бұрын
Sir can you make a tutorial for connecting mongodb with django cloud
@rajivboorla6405
@rajivboorla6405 4 жыл бұрын
Bro ..plz make a video on how to alter models like adding extra variables ,model in model i.e, student and clg info.....we are getting confuse ...in that . We like the way you explain the stuff. 👌...Hope u make it soon.
@abhishekr8548
@abhishekr8548 4 ай бұрын
It's my first time migration... And it's sowing No changes detected rather than showing migration file inside migration
@gautamsharma1668
@gautamsharma1668 4 жыл бұрын
I m getting yellow underline on ' from django.contrib import admin ' line and showing unresolved import 'django.contrib' Python (unresolved-import), so what to do
@prith1990
@prith1990 4 жыл бұрын
How the name of the table which was created is travello_destination. As the model which we have created is Destination(models.Model). Could you please explain on this please !!!
@CodeWithAli
@CodeWithAli 5 жыл бұрын
I am having this error: conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?
@praveshthakran8281
@praveshthakran8281 5 жыл бұрын
make sure the server is running
@dimpleagarwal5399
@dimpleagarwal5399 4 жыл бұрын
@@praveshthakran8281 how to make sure that.?
@SanjeevKumar-ve8st
@SanjeevKumar-ve8st 4 жыл бұрын
hey Navin.....I love ur music at the start of video
@ergashmasharipov9834
@ergashmasharipov9834 4 жыл бұрын
Keep doing great!!!
@ntwaliaimevivens8707
@ntwaliaimevivens8707 4 жыл бұрын
The problem is if i want to store data to a database (oracle db) and i want to encrypt data before the move it to database and decrypt it before i display it from the db using ORM in django HOW WOULD I DO THAT?????
@AkashVerma-mg7ys
@AkashVerma-mg7ys 3 жыл бұрын
When I do migrate I did not get the Id column what to do?
@rahulpaditkar5839
@rahulpaditkar5839 4 жыл бұрын
conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? How can i solve this error...i have done every thing to posible...but cant fixed it
@prashantrajput8054
@prashantrajput8054 3 жыл бұрын
tab completion is not working in my vs code
@kumarr6195
@kumarr6195 4 жыл бұрын
your also one of the God sir....
@varunkhanzode2444
@varunkhanzode2444 2 жыл бұрын
I'm getting error again n again while makemigrations ! It says " could not translate host name "localhost" to address: Unknown host "
@SaifAli-hl9zq
@SaifAli-hl9zq 3 жыл бұрын
destination doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS, I am getting this error , please help
@shanthiyasekar7317
@shanthiyasekar7317 3 жыл бұрын
pgadmin is very slow sir can you tell me how to rectify it
@poonamyadav7552
@poonamyadav7552 3 жыл бұрын
Got error like 'travello.apps' is not a package
@wolfxassassin9805
@wolfxassassin9805 2 жыл бұрын
Same
@codingriders8173
@codingriders8173 4 жыл бұрын
Sir I am getting error while running the command python manage.py makemigrations After installing pillow
@bhagyashreekulkarni9016
@bhagyashreekulkarni9016 2 жыл бұрын
I have created a table in django using models but it is not displayed in mysql database what should I do
@rangabharath4253
@rangabharath4253 5 жыл бұрын
Awesome sir, Thank you so much
@haseenabanul8140
@haseenabanul8140 4 жыл бұрын
How can I add an extra(column) field to the existing model???
@monikadarji3538
@monikadarji3538 4 жыл бұрын
Did you rename order.date_orderd to order.date_ordered (a DateTimeField)? [y/N] y You are trying to change the nullable field 'email' on customer to non-nullable without a default; we can't do that (the database needs something to populate existing rows). Please select a fix: 1) Provide a one-off default now (will be set on all existing rows with a null value for this column) 2) Ignore for now, and let me handle existing rows with NULL myself (e.g. because you added a RunPython or RunSQL operation to handle NULL values in a previous data migration) 3) Quit, and let me add a default in models.py Select an option: sir how can i handle this...
@thetechreview369
@thetechreview369 5 жыл бұрын
sir u made big mistake ... add () after FloatField ... it will add the column in database table
@rahulreddy-ynr
@rahulreddy-ynr 5 жыл бұрын
hey everyone if get error you have done silly mistakes check it be patient.... and navin is perfectly right :)
@sokupikachu3691
@sokupikachu3691 2 жыл бұрын
Operations to perform: Apply all migrations: profiles Running migrations: No migrations to apply. Sir how i can solve this problem
@shilpagugwad9020
@shilpagugwad9020 3 жыл бұрын
Very nice,can we do same using sqlite3 database?
@chennakesavanaidu9627
@chennakesavanaidu9627 3 жыл бұрын
sir, I got migration without installing the pillow. what's the problem.
@tahsinalam8647
@tahsinalam8647 4 жыл бұрын
very useful lesson!!! Thanks a lot,Sir
@kavithasharon5492
@kavithasharon5492 3 жыл бұрын
How to connect postgresql to visual studio or pycharm
@medhanienrayo563
@medhanienrayo563 5 жыл бұрын
hello everyone, when i do migrations it is telling me to AttributeError: module 'django.db.models' has no attribute 'Imagefield' where do i create the pics folder a place hold the uploded img
@thetechreview369
@thetechreview369 5 жыл бұрын
Correct it to ImageField not Imagefield
@yasink18
@yasink18 4 жыл бұрын
and u have to create media folder as well for upload image
@mohammedhegdah
@mohammedhegdah 3 жыл бұрын
Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? Am getting this error when making migrations Please, someone help me out.
@divyashet3119
@divyashet3119 5 жыл бұрын
Very useful video...! thanks a ton
@harishbabu1920
@harishbabu1920 3 жыл бұрын
sir can you explain what INSTALLED_APPS will do????
@kanharajput5443
@kanharajput5443 3 жыл бұрын
how can I use that id to fetch a page which is showing some more content about that particular thing?
@mamunhowlader7727
@mamunhowlader7727 4 жыл бұрын
where is the price column in your created table?
@FreshersCoder
@FreshersCoder 4 жыл бұрын
Hi naveen, i’ve tried with mssql database same thing which you explained but I’m not succeed, can you explain abt mssql and sqlalchy to
@vivek9917333300
@vivek9917333300 4 жыл бұрын
If you got error Like "No changes detected" then add your app name into the makemigrations command like : python manage.py makemigrations
@syedrayyan8130
@syedrayyan8130 4 жыл бұрын
still getiing no changes detected in app travello
@dangerousFail
@dangerousFail 3 жыл бұрын
@syed same problem,any solution u got?
@ytdavide
@ytdavide 4 жыл бұрын
you explain very well
@rudraprasaddebnath253
@rudraprasaddebnath253 5 жыл бұрын
Sir,I have done the entire process following you and all were excecuted,but finally I could not see any table in the tables option of my database,how can this problem be solved?
@rinigupta5044
@rinigupta5044 4 жыл бұрын
Hi Navin, Very Good Evening :) I have tried to connect Oracle DB but it gives an error "ORA-02000: missing ALWAYS keyword". Can you pelase help me out to resolve this. Regards, Rini
@ratneshkumartiwari6073
@ratneshkumartiwari6073 4 жыл бұрын
I don't get any error but tables not created in database after passing command for migration
@minhalabdulsami1071
@minhalabdulsami1071 3 жыл бұрын
Thanks for Helping man!
#18 Django tutorials | Re-Migration
2:57
Telusko
Рет қаралды 104 М.
Python Django Tutorial for Beginners
1:02:36
Programming with Mosh
Рет қаралды 2,6 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 4,3 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 6 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 15 МЛН
Python Django Models and Migrations
8:02
Dave Gray
Рет қаралды 9 М.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 77 М.
Python Django REST API In 30 Minutes - Django Tutorial
30:42
PedroTech
Рет қаралды 9 М.
Django Interview Questions (Junior Developer)
30:26
Dennis Ivy
Рет қаралды 123 М.
Python Django Forms tutorial
26:54
Dave Gray
Рет қаралды 8 М.
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 4,3 МЛН