This tools main aim is to make it as easy as possible to move a django based website from the development stage to a test or live environment on debian or ubuntu servers.
It aims to configure each part of a deployment with taylored questions.
1) Deploy website files to /var/www
2) Configure apache2 automatically.
3) Configure and/or create any databases.
4) Configure and/or create any database users.
5) Configure administration account for user websites.
As well as sorting out dependencies, the tool needs the django framework to be also packaged into a deb. So it's important to work from a debianised version in development or risk having to debianise your svn checkout later.
View full history Series and milestones
trunk series is the current focus of development.