Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
157b1e4c
Commit
157b1e4c
authored
Nov 09, 2016
by
Skia
🤘
Browse files
Add file moderation tool
parent
5ea41de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/migrations/0007_auto_20161108_1703.py
0 → 100644
View file @
157b1e4c
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0006_merge'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'sithfile'
,
name
=
'is_authorized'
,
),
migrations
.
AddField
(
model_name
=
'sithfile'
,
name
=
'is_moderated'
,
field
=
models
.
BooleanField
(
verbose_name
=
'is moderated'
,
default
=
False
),
),
]
Write
Preview
Supports
Markdown
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