Skip to content

Django based project, creates questions with their choices and votes, uses elastic search, html pages, debug and logging support

Notifications You must be signed in to change notification settings

ankitkhandelwal185/polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Framework – The project is built in Django, using a django app for each piece of functionality, developed as mentioned in Django Documentation and added some other functionality like GET/POST requests, Serializer, rest_framework, class views, render static files.

Elastic Search - For search and analytics

HTML, CSS – For templates and styles.

SQL Database – To store the models when working on local environment and Performing ORM and RAW SQL queries.

Debug-Toolbar - to display various debug information about the current request/response

Logging - package provides a robust and flexible way to setup application logging.

url

http://localhost:3600/polls/
http://localhost:3600/polls/choice/
http://localhost:3600/polls/id/
http://localhost:3600/polls/id/results/
http://localhost:3600/polls/id/vote/
http://localhost:3600/polls/polls/es
http://localhost:3600/polls/es/

About

Django based project, creates questions with their choices and votes, uses elastic search, html pages, debug and logging support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published