Create a Simple Django Web Application | Django Beginners Tutorial

preview_player
Показать описание
In this tutorial, you will create a very basic Django application. The app shows the air temperature at your location, and the weather in other random places. It reads from a database, makes API requests, processes responses, and displays information in the UI.

00:00 - What will be covered in this tutorial
00:48 - Create and set up a Django project in PyCharm
01:50 - Boot the Django server
02:04 - Write your first Django view
04:55 - Run the function in the Python Console
08:10 - Implement business logic
10:52 - Configure URL routes in Django
13:27 - Create a Django template
15:14 - Import CSV files to the database and create a database connection to the application
16:54 - Reverse engineering: create a Django model from an existing database
22:27 - Visual improvements
22:43 - Style the app with SimpleCSS
23:08 - Further visual improvements

Links:

#webdev #webdevelopmenttutorials #django #api #app #howto #tutorial
Рекомендации по теме
Комментарии
Автор

Very handy tutorial to get someone not only make a useful code, but also get acquainted with Pycharm in a better way

jamilahmed
Автор

this was really well done! As someone who uses pycharm every day - I learned a couple new shortcuts, and learned that you can drag a csv straight to sqlite! Game changer :D

jewpcabra
Автор

Thank you for tutorial. It is simple and deep at the same time. I learned that wasn't use pycharm effectively.

burakerginkoc
Автор

great and concise tutorial for a beginner like me...thankyou

robviv
Автор

Thank you for this tutorial. I found it quite helpful.

toolbelt
Автор

This helped me so much with my first go with html and pycharm. Thanks

alicehay
Автор

in minute 5:54 I can't make the autocomplete to work in the console. any tip to set it up correctly?

mburche
Автор

When I type "geocoder", it doesn't give me the option to "install and import geocoder package".

thevenom
Автор

sigh. First time following along I get a fatal error because nothing warned me that the Project name cannot match the Application name in the New Project dialog. Something to do with a module name conflict. Confusing to a python novice, easy enough to create a new project so I will keep following along...

CJCruiser
Автор

Are you interested in french voice for your video ?

romeoxxiv
Автор

Hello!!! Only with Pycharm Professional can build this app?

dimitris