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
La Quadrature du Net
rpteam
Revue de Press
Commits
08485b86
Commit
08485b86
authored
Apr 23, 2017
by
luxcem
Browse files
adds migrations
parent
dce869c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/rp/migrations/0009_auto_20170423_1633.py
0 → 100644
View file @
08485b86
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-04-23 16:33
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'rp'
,
'0008_auto_20170423_1557'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'article'
,
name
=
'und_score_down'
,
field
=
models
.
IntegerField
(
default
=
0
),
),
migrations
.
AddField
(
model_name
=
'article'
,
name
=
'und_score_up'
,
field
=
models
.
IntegerField
(
default
=
0
),
),
]
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