New DSNP version

Follow me for more content or contact for work opportunities:
Twitter / LinkedIn

DSNP is a simple and customizable Python script, that automatically creates a working Django project.

Project (and application) creation in Django are very openend and flexible, but sometimes is useful getting all the work done for you, specially:
-

  • If you create many Django projects with the same structure.

  • If you're new to Python, and want to see a "hello world!" application working in less than one minute.

  • If you want to check your Django structure with somebody's else (me).


  • DSNP does exactly that, automates the process of creating projects and applications in Django. The resulting website is a simple project with a single application, ready for start creating models and templates. It's also customizable, to let everyone set their own preferences in the script, and adapt it to your desired structure.

    Want to try it (in five simple steps)?

    svn checkout http://dsnp.googlecode.com/svn/trunk/
    python dsnp.py myproject
    cd myproject
    python manage.py runserver
    Browse http://localhost:8000/

    Easy right?

    Follow me for more content or contact for work opportunities:
    Twitter / LinkedIn