skip to navigation
skip to content

djangoinstall 0.1

Works like a shell program, but it can modify settings.py and urls.py

It's a small package used for django. I like django very much. And I also want to make many things automatic. And I also want to using NewEdit to help development of django. So I need some tools which can easy modify the settings.py and urls.py. Thus I developped some modules for this aim. You can use it to write a install script, and it'll automatically install everything for you, e.g., start a new project, create a new app, install a existed app. It works like a shell script, it can execute many similar commands, just like: edit, cd, mkdir, copy, copytree, do, mkfile, etc.