Changes between Version 45 and Version 46 of DjangoResources
- Timestamp:
- Aug 14, 2007, 11:25:53 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v45 v46 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. 102 103 * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor. 103 104 * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file.