From 1ef0b07c0bbd779f3ab9b618a0edb768b927816e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 20 Feb 2019 18:21:03 +0100 Subject: add country to paper model --- megapixels/app/models/citations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'megapixels/app') diff --git a/megapixels/app/models/citations.py b/megapixels/app/models/citations.py index b0e02fc7..4c3c6738 100644 --- a/megapixels/app/models/citations.py +++ b/megapixels/app/models/citations.py @@ -14,4 +14,5 @@ class Paper(DataClassJSONMixin): loc: str = '' loc_type: str = '' lat: float = 0.0 - lng: float = 0.0 \ No newline at end of file + lng: float = 0.0 + country: str = '' -- cgit v1.2.3-70-g09d2