Changes between Version 46 and Version 47 of DjangoResources
- Timestamp:
- Aug 14, 2007, 2:57:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v46 v47 100 100 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment. 101 101 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE. 102 * [wiki:DjangoBashAutocompletion]: Auto-completion script for django-admin.py and manage.py in Bash.103 102 * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor. 104 103 * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file.