39 | | * TutorialInBrazilianPortuguese: Translation of the tutorial into BrazilianPortuguese |
40 | | * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example on how to setup your development environment. |
41 | | * a [wiki:DjangoSettingsBashFunction 'django-settings'] Bash function that i use to save typing DJANGO_SETTINGS_MODULE so much. |
42 | | * ExtendedUserModel: how to extend the auth systems's User class to contain extra data (warning: kludge) |
| 39 | * TutorialInBrazilianPortuguese: Translation of the tutorial into BrazilianPortuguese. |
| 40 | * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment. |
| 41 | * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE. |
| 42 | * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!) |