Traditionally when working with django in order to populate our database we normally have to log into the admin panel. But have you ever wondered about other alternative methods of performing this same functionality in a more convenient and time saving manner, if so then this blog post is for you. This will be a three part series in which I will teach you how to populate your Django database using,

  1. Fixtures
  2. Migrations
  3. 3rd party packages

#database #django #other database #alternative methods

Alternative Methods to Populating your Django Database
1.15 GEEK