Add support for check for the latest released version of Mayan.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -4,7 +4,8 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
|
||||
DELETE_STALE_UPLOADS_INTERVAL = 60 * 10 # 10 minutes
|
||||
|
||||
MAYAN_PYPI_NAME = 'mayan-edms'
|
||||
PYPI_URL = 'https://pypi.python.org/pypi'
|
||||
TIME_DELTA_UNIT_DAYS = 'days'
|
||||
TIME_DELTA_UNIT_HOURS = 'hours'
|
||||
TIME_DELTA_UNIT_MINUTES = 'minutes'
|
||||
|
||||
Reference in New Issue
Block a user