Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107053732
0003_publisher_state.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Apr 4, 01:09
Size
399 B
Mime Type
text/x-python
Expires
Sun, Apr 6, 01:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25342157
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0003_publisher_state.py
View Options
# Generated by Django 3.1.4 on 2021-03-12 06:44
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0002_auto_20210312_0740'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'publisher'
,
name
=
'state'
,
field
=
models
.
CharField
(
max_length
=
3
,
null
=
True
),
),
]
Event Timeline
Log In to Comment