Django: Getting Started Transcripts
Chapter: Custom Django Commands
Lecture: Intro to commands
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In the previous chapter, you learned how to deal with uploaded files. In this chapter, I'm going to show you more about Django management commands,
0:08
including how to write your own. I'll start this chapter out by reviewing the jango management commands you've seen so far,
0:16
then I'll introduce you to some other commands that you may find useful. Of course, you may run into a situation where what you want to do hasn't
0:23
been done for you so you can always write your own. And finally, as with all the chapters,
0:28
I'll show you what you need to do to test the concepts you will learn.