Skip to content

Commit

Permalink
Merge pull request #45 from openprocurement/contracting-dev
Browse files Browse the repository at this point in the history
Add accelerator from tender field
  • Loading branch information
VDigitall committed Jun 14, 2018
2 parents 5603f26 + 5b8fb62 commit 555d816
Show file tree
Hide file tree
Showing 6 changed files with 2,632 additions and 861 deletions.
6 changes: 5 additions & 1 deletion openprocurement/bridge/contracting/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -*- coding: utf-8 -*-
from re import compile


SKIPPED_PROCUREMENT_METHOD_TYPES = [
'competitiveDialogueUA',
'competitiveDialogueEU',
Expand All @@ -12,4 +16,4 @@
# status of lot, that will be processed by databridge
TARGET_LOT_STATUS = 'complete'
DAYS_PER_YEAR = 365
ACCELERATOR = 86400
ACCELERATOR_RE = compile(r'.accelerator=(?P<accelerator>\d+)')

0 comments on commit 555d816

Please sign in to comment.