https://github.com/andeemarks/pypoll
Django tutorial application documented at https://docs.djangoproject.com/en/1.4/intro/
https://github.com/andeemarks/pypoll
Last synced: 3 months ago
JSON representation
Django tutorial application documented at https://docs.djangoproject.com/en/1.4/intro/
- Host: GitHub
- URL: https://github.com/andeemarks/pypoll
- Owner: andeemarks
- Created: 2012-07-24T06:39:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-07T04:15:27.000Z (over 13 years ago)
- Last Synced: 2025-10-20T12:04:14.595Z (3 months ago)
- Language: Python
- Size: 948 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pypoll
======
Django tutorial application documented at https://docs.djangoproject.com/en/1.4/intro/ using SQLite3 database.
getting started
---------------
Assumes you have a running Python/Django environment (tested on Python 2.7.1/Django 1.4)...
1. Clone repo: `git clone git://github.com/andeemarks/pypoll.git`
1. Start webserver: `python manage.py runserver`
1. Browse to application: `http://localhost:8000/polls` or to admin site `http://localhost:8000/admin` (authenticate with `pypoll/pypoll`)