Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pmall
apli_pmall
Commits
8b8a2512
Commit
8b8a2512
authored
Sep 11, 2021
by
Samuel
Browse files
add migration files
parent
25103981
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/migrations/0005_rawdatabase_check_file.py
0 → 100644
View file @
8b8a2512
# Generated by Django 2.2.24 on 2021-09-11 05:57
import
django.core.files.storage
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'database'
,
'0004_auto_20210911_0518'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'rawdatabase'
,
name
=
'check_file'
,
field
=
models
.
FileField
(
blank
=
True
,
storage
=
django
.
core
.
files
.
storage
.
FileSystemStorage
(
location
=
'media/'
),
upload_to
=
'raw_database/%Y/%m/%d/database_check.xlsx'
),
),
]
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