Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-25 19:37:05 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-25 19:37:05 (GMT)
commit85eba59ab50a5430ac1877af4d79d5b3de2b9c7f (patch)
tree58fdf0ef36747242c5f939c776fddecd9523d105 /webapp
parent9d68dc01244b7ee409181b2a70084e96b83566a6 (diff)
Docstring for Structure class
Diffstat (limited to 'webapp')
-rw-r--r--webapp/polls/models.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/polls/models.py b/webapp/polls/models.py
index 20629b7..a356e92 100644
--- a/webapp/polls/models.py
+++ b/webapp/polls/models.py
@@ -1001,7 +1001,9 @@ class Group(AbstractObject, ComponentStructure):
class Structure(AbstractObject, ComponentStructure):
- """
+ """Class that handles the structure of a poll.
+
+ Example of data_structure:
{
'groups': {
'0': {