Managing your Django Website

Command line functions

python manage.py <function name>

you can learn about the functions available by typing

python manage.py help

adding new apps also adds new functions to your list of available things to do. For example, below, we discuss adding a custom function. This can be

Console

Management Functions