|
GettingStarted
How to get it, and what to do when you've got it.
Pre-requisiteYou need to run this application using the latest trunk of Django, see: http://www.djangoproject.com/download/. From revision 81 and above "django-survey" relies on "newforms-admin", this feature has been merged in django's trunk for the milestone called : 1.0 alpha Python uuid module is a prerequisite to run django-survey. It is a standard library from python 2.5. Getting django-surveyDownload the django-survey application by following the SVN checkout instructions: http://code.google.com/p/django-survey/source/checkout. The trunk is the main place for checkins. While it may be occasionally stable, we'll make tags or branches for official snapshots. Using django-surveyThe source directory you checkout will hold four subdirectories: Run the sample project from the top of the source tree:$ ls -CF docs/ examples/ survey/ tests/ $ python examples/manage.py runserver Validating models... 0 errors found Django version 0.97-pre-SVN-unknown, using settings 'examples.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. After directing your browser to the development server (printed above), you will be able to view an existing survey. Log in to the admin interface (use admin/admin for the username/passwd) to add/modify/delete users, surveys, questions, etc. in the sample project's sqlite3 database. |
Sign in to add a comment