chore: ignore db file generated by make_migration
This commit is contained in:
parent
dd9dec0d29
commit
598cf7d79b
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ settings.json
|
|||
*.py[cod]
|
||||
.pytest_cache/*
|
||||
.mypy_cache
|
||||
.testdb
|
||||
|
|
|
@ -5,7 +5,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
|||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
"NAME": "test"
|
||||
"NAME": ".testdb"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue