Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
b0d8e067
Commit
b0d8e067
authored
Aug 30, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add field for maturity and key for tag type
parent
4ebc6112
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
wp.py
esi/webapp/models/wp.py
+2
-0
classificator
exa/exa/classificator
+1
-1
No files found.
esi/webapp/models/wp.py
View file @
b0d8e067
...
@@ -387,6 +387,8 @@ class WpEsiTag(models.Model):
...
@@ -387,6 +387,8 @@ class WpEsiTag(models.Model):
name
=
models
.
CharField
(
max_length
=
255
)
name
=
models
.
CharField
(
max_length
=
255
)
description
=
models
.
TextField
()
description
=
models
.
TextField
()
parent
=
models
.
IntegerField
()
parent
=
models
.
IntegerField
()
tag_type_id
=
models
.
IntegerField
(
blank
=
True
,
null
=
True
)
maturity
=
models
.
IntegerField
()
class
Meta
:
class
Meta
:
managed
=
False
managed
=
False
...
...
classificator
@
ce54f918
Subproject commit
9e43e33f618b22c63abe5192fb37b09d6ac2f536
Subproject commit
ce54f918c2e226fd08d56890b0edd8fa5e05c3d2
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