Changes between Version 46 and Version 47 of DjangoResources


Ignore:
Timestamp:
Aug 14, 2007, 2:57:03 PM (17 years ago)
Author:
lars@…
Comment:

Doh....didn't see the extras dir already contains a bash completion script :)

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v46 v47  
    100100 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
    101101 * [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.
    103102 * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor.
    104103 * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file.
Back to Top