Django: Beyond the SQL: Scripting Django

  1. Modifying models
  2. Beyond the SQL

Django’s amazing API is useful for all sorts of tasks, not just web tasks. Any command-line script that deals with a database can take advantage of Django, and often your web databases have command-line scripts that work with them.

  1. Modifying models
  2. Beyond the SQL