Build And Deploy An English Dictionary In 20 Minutes - Django Tutorial

preview_player
Показать описание
Build an english dictionry using django. In this video, you will learn how to build an english dictionary using django.

Get A Free Python Handbook:

If You Enjoy This Video, please subscribe to the channel

___Youtube Gear___

#Django #Python #WebDevelopment
Рекомендации по теме
Комментарии
Автор

man! watched this video more than 5 times..sigh finally it got deployed! thank you

kashibrown
Автор

awesome Tomi, and a little bit code was changed..
context = {
'meaning': meaning['Noun'][0],
'synonyms': synonyms,
'antonyms': antonyms
}

charyb
Автор

That was awesome
can you make a separate tutorial on deployment to heroku from scratch?

saolgoal