Skip to content
Snippets Groups Projects
Commit 3431846b authored by Itamar Reis Peixoto's avatar Itamar Reis Peixoto Committed by Ben Adida
Browse files

Import Helios Models After Django Setup

parent cd0b10f7
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,11 @@ import csv
import django
import os
from helios.models import Election
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
django.setup()
from helios.models import Election
election_uuid = sys.argv[1]
email = sys.argv[2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment