#18 Django tutorials | Re-Migration

preview_player
Показать описание

Django is a high-level Python-based free and open-source web framework, which follows the model-view-template (MVT) architectural pattern.
It is maintained by the Django Software Foundation (DSF).
Django's primary goal is to ease the creation of complex, database-driven websites.
Some well-known sites that use Django include the Public Broadcasting Service, Instagram, Mozilla, The Washington Times, Disqus, Bitbucket, and Nextdoor.

Editing Machines & Monitors :

Facebook:

Subscribe to our other channel:

Donation & Support:
PayPal Id : navinreddy20
Patreon : navinreddy20
Рекомендации по теме
Комментарии
Автор

Hi Naveen,

I am very happy to learn the django from your videos.

You explain the concepts very nicely.

Thanks.

banaras.wala.foreignaala
Автор

I did everything but cant see any changes on template

palaksharma
Автор

Man your videos are amazing, you explain very well these subjects.

manuelpineda
Автор

Missing () in IntegerField? For that you want to do makemigrations?

rakushhkar
Автор

Sir Would Java be of less use in future because of growing use of Python in web dev, data science, ML, AI and
Growing Use of KOTLIN, DART flutter in Android dev side? If it is not so plz do explain in detail the advantages of Java and it's uses in comparison to python

abhishektyagi
Автор

I would love to study all your tutorials I wish I could

kodaph
Автор

When I try to migrate then a programming error comes : relation "travello_destination" already exists so how can I remove this ? Can you help me sir

SatyamKumar-dfns
Автор

After run make migrations command i got this error could not translate host name "localhsot" to address: Unknown host
" what can i do? r
please replay me...

maheshnarayanan
Автор

Sir please make tutorials on cloud computing

shivankgarg
Автор

Can you tell to resume the suspended thread?

Triple
Автор

Excellent explanation on Django . appreciate your efforts and dedication.

mangeshxjoshi
Автор

Is ur making complete tutorial of Django

nagrajullasgokarnkar
Автор

When I run the command "python manage.py makemigrations"
I got the error....plz help me anyone


File "C:\Users\Shaan\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\apps\config.py", line 118, in create
cls = getattr(mod, cls_name)
AttributeError: module 'travello.apps' has no attribute 'TravelloConfig'

MohdIrfan-dmgv
Автор

**SOLUTION**
If anyone is facing this issue "ModuleNotFoundError: No module named"
or
"No changes detected"

Go 'models.py' and
add 'class Destination(models.Model):' @ (model.Model)
save it and run the command 'python @t makemigrations <app.name>

hope it works

ishwarchoudhari