Skip to content
Snippets Groups Projects
Commit f766b299 authored by Ben Adida's avatar Ben Adida
Browse files

rejiggering models to set up migrations

parent 56904890
Branches
Tags
No related merge requests found
......@@ -551,7 +551,8 @@ class Voter(models.Model, electionalgs.Voter):
election = models.ForeignKey(Election)
# let's link directly to the user now
# voter_type = models.CharField(max_length = 100)
# FIXME: delete this as soon as migrations are set up
voter_type = models.CharField(max_length = 100)
# for users of type password, no user object is created
# but a dynamic user object is created automatically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment