Tag: project
Start a new Django Project
April 27, 2009
Command to start a new Django project… django-admin.py startproject [PROJECT_NAME] cd [PROJECT_NAME] python manage.py startapp [PROJECT_NAME]
SourceForge Project Packager – from SVN source
May 5, 2007
This script will package your SVN code to a tar.gz file. Just give the name of the project as the…
Packaging a Subversion Project
March 24, 2007
This is the method that I use to package a SVN Project. For CVS projects, the code is slightly different….
Recent Comments