Sunday, October 14, 2007

DSNP (Django Start New Project)

DSNP is a shell script that automatically creates Django's new projects.

Django is a powerful framework, mostly designed for big applications, but many people uses it for developing little (and many) projects. DSNP eases creation of new projects, automating repetitive steps, and standardizing projects.

Additionally to creating Django's files and directories, DSNP can create a database (and a user) for your project, and can setup apache with necessary changes.

DSNP skeleton consists on next:
.
./public
./public/js
./public/js/admin
./public/css
./public/img
./public/img/admin
./public/model_data
./private
./private/www
./private/www/templates

DSNP doesn't need an installation, just edit dsnp.sh, customize parameters with your preferences, and execute.

No comments:

Post a Comment