CandidateURL Model

class elections.models.CandidateURL

URLs for each candidate.

candidate

Required ForeignKey( Candidate )

The Candidate for this URL.

url

CharField(255)

description

CharField(255)

checksum

Required CharField(32)

A calculated hash to see if imported data is different from the current data.

Previous topic

CandidatePhone Model