Рет қаралды 24,780
In this video you will learn how to work with urls in django.
7 Tips For Getting Better At Django:
mailchi.mp/dea...
First, you will learn how to set up basic paths, with and without arguments.
After that, you will learn about the include function which can be used to include another urls file.
Then we will cover names. They can be used to 'reverse engineer' the url of a path, making it more convenient to change the url of a path without breaking all the links in our application (that will be covered in the next part about templates).
Last, we will wrap this off with namespaces that can group names to remove common prefixes and enable you to re-use names through multiple apps.
Github repository for this series:
github.com/Rec...
If you enjoyed this video, make sure to subscribe and share it with anyone you think could enjoy it as well.
I hope to see you inside of the next episode,
Cheers.