IITkaGyan  v0.9
A platform for students to ask their doubts to IITians directly...
Static Public Attributes | List of all members
gyans.models.UpVote Class Reference
Inheritance diagram for gyans.models.UpVote:

Static Public Attributes

 author = models.CharField(max_length=100, null=True)
 
 answerId = models.IntegerField(null=True)
 

Detailed Description

Model to map which user has upvote the particular answer.

Member Data Documentation

◆ answerId

gyans.models.UpVote.answerId = models.IntegerField(null=True)
static

◆ author

gyans.models.UpVote.author = models.CharField(max_length=100, null=True)
static

The documentation for this class was generated from the following file: