Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
579ec12f
Commit
579ec12f
authored
4 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
work
parent
84f8b445
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!161
Issue 66 attempt 01
,
!160
Issue 66 attempt 01
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
covid19/blueprints/europe/europe_model.py
+1
-1
1 addition, 1 deletion
covid19/blueprints/europe/europe_model.py
data/RKI_COVID19__2021-02-05__landkreise.csv
+0
-413
0 additions, 413 deletions
data/RKI_COVID19__2021-02-05__landkreise.csv
with
1 addition
and
414 deletions
covid19/blueprints/europe/europe_model.py
+
1
−
1
View file @
579ec12f
...
...
@@ -21,7 +21,7 @@ class EuropeCountry(db.Model):
country_territory_code
=
db
.
Column
(
db
.
String
(
255
),
nullable
=
False
)
continent_id
=
db
.
Column
(
db
.
Integer
,
db
.
ForeignKey
(
'
common_region.id
'
),
nullable
=
False
)
continent
=
db
.
relationship
(
'
EuropeContinent
'
,
lazy
=
'
subquery
'
,
order_by
=
'
EuropeContinent.continent_exp
'
)
continent
=
db
.
relationship
(
'
CommonRegion
'
,
lazy
=
'
subquery
'
,
order_by
=
'
CommonRegion.region
'
)
@classmethod
def
remove_all
(
cls
):
...
...
This diff is collapsed.
Click to expand it.
data/RKI_COVID19__2021-02-05__landkreise.csv
deleted
100644 → 0
+
0
−
413
View file @
84f8b445
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment