https://github.com/codeaholicguy/django-simple-polling
Simple Polling Site using Django
https://github.com/codeaholicguy/django-simple-polling
Last synced: about 1 year ago
JSON representation
Simple Polling Site using Django
- Host: GitHub
- URL: https://github.com/codeaholicguy/django-simple-polling
- Owner: codeaholicguy
- Created: 2015-03-01T12:54:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T02:01:49.000Z (almost 11 years ago)
- Last Synced: 2025-01-26T16:44:17.536Z (about 1 year ago)
- Language: CSS
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-simple-polling
Simple Polling Site using Django
How to install?
Install pip: ```python easy_install pip```
Install Django: ```python pip install django```
Install pytz: ```python pip install pytz```
How to run?
```python manage.py runserver```
How to access?
127.0.0.1:8000/home
How to add polling question?
127.0.0.1:8000/admin
```username: admin```
```password: password```