Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chaos_familien_duell_frontend
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
mowoe
chaos_familien_duell_frontend
Merge requests
!1
V2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
V2
v2
into
master
Overview
0
Commits
4
Changes
7
Merged
mowoe
requested to merge
v2
into
master
6 years ago
Overview
0
Commits
4
Changes
7
Expand
0
0
Merge request reports
Viewing commit
34f70ff8
Prev
Next
Show latest version
7 files
+
155
−
65
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
34f70ff8
~soo wenig zeit argragr
· 34f70ff8
leo
authored
6 years ago
model/__init__.py
+
2
−
1
Options
@@ -9,5 +9,6 @@ class BaseModel(Model):
@@ -9,5 +9,6 @@ class BaseModel(Model):
class
Meta
():
class
Meta
():
database
=
sqlite
database
=
sqlite
from
model.base
import
Question
,
Answer
sqlite
.
create_tables
([
Team
,
Game
,
Round
,
Question
,
Answer
])
sqlite
.
create_tables
([
Question
,
Answer
])
\ No newline at end of file
\ No newline at end of file
Loading