Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
fastapi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roman Desyatskii
fastapi
Commits
ef27ec95
Commit
ef27ec95
authored
1 year ago
by
Roman Desyatskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug
parent
f5516214
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
conf.py
src/app/db/conf.py
+2
-2
No files found.
src/app/db/conf.py
View file @
ef27ec95
...
...
@@ -5,9 +5,9 @@ try:
models
=
[
'aerich.models'
,
'db.models'
]
except
ImportError
:
from
src.
app.core.settings
import
database_url
from
app.core.settings
import
database_url
models
=
[
'aerich.models'
,
'
src.app.db.models'
,
'src.app.db.person'
,
'src.
app.db.genre'
]
models
=
[
'aerich.models'
,
'
app.db.models'
,
'app.db.person'
,
'
app.db.genre'
]
TORTOISE_ORM
=
{
"connections"
:
{
"default"
:
database_url
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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