Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
django-representatives
Commits
626ebf41
Commit
626ebf41
authored
Jun 22, 2013
by
Bram
Browse files
[enh] export websites
parent
a017e7b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
representatives/management/commands/export_in_representatives_format.py
View file @
626ebf41
...
...
@@ -18,6 +18,7 @@ class Command(BaseCommand):
reps
[
"contact"
]
=
{}
reps
[
"contact"
][
"emails"
]
=
[{
"email"
:
email
.
email
,
"type"
:
email
.
kind
}
for
email
in
representative
.
email_set
.
all
()]
reps
[
"contact"
][
"websites"
]
=
[{
"website"
:
website
.
url
,
"type"
:
website
.
kind
}
for
website
in
representative
.
website_set
.
all
()]
result
.
append
(
reps
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment