Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9314347
0002_depositrequest_archive.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
551 B
Subscribers
None
0002_depositrequest_archive.py
View Options
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-10-05 10:36
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
swh.deposit.models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"deposit"
,
"0001_initial"
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
"depositrequest"
,
name
=
"archive"
,
field
=
models
.
FileField
(
null
=
True
,
upload_to
=
swh
.
deposit
.
models
.
client_directory_path
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Thu, Jul 3, 12:23 PM (2 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3364986
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment