Django Tip | Run a block of code when the server starts.
You have an awesome django application with a lot of features and now you need a piece of code to execute once when the server starts. Hmm.. Let's see how Django let's you handle that use case.
One common use case might be doing some kind of db sync...
blog.awebisam.com1 min read