GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

Django Management Commands

Django Management commands provide the ability to run common administration tasks using a script on the command line. Several commonlly used management commands such as syncdb, createsuperuser, migrate or runserver may already be familiar to you. Mastering this set of commands is key to being able to run a Django applicationin production. Eventually, you will want to learn how to write your own management commands in your own django apps and there are established best practices that should be followed.

Goals/Objectives/Outcomes

Reference Material

Measures of Success