Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```