Get Started With Django Part 1: Build a Portfolio App
Read moreWhat does Django setup () do?
It is used if you run your Django app as standalone. It will load your settings and populate Django’s application registry . You can read the detail on the Django documentation.
Read more