Remove functionality related to votes demographic info

Since this was giving me too much pain and nobody actually requested
this functionality, I decided to remove it.
This commit is contained in:
Alberto Miedes Garcés
2017-01-25 13:37:29 +01:00
parent ef6d089022
commit e3fca5c49f
11 changed files with 1 additions and 62 deletions

View File

@@ -5,12 +5,6 @@ User:
debates: [Debate]
proposals: [Proposal]
comments: [Comment]
Voter:
fields:
gender: string
age_range: string
geozone_id: integer
geozone: Geozone
Debate:
fields:
id: integer
@@ -86,4 +80,3 @@ Vote:
votable_id: integer
votable_type: string
public_timestamp: string
public_voter: Voter