Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeaholicguy/django-simple-polling
Simple Polling Site using Django
https://github.com/codeaholicguy/django-simple-polling
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T02:01:49.000Z (over 9 years ago)
- Last Synced: 2024-03-16T09:21:15.891Z (8 months 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 DjangoHow 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```