This website requires JavaScript.
Explore
Impressum
Grow Tools
Help
Sign In
matthias
/
mayan-edms
Watch
1
Star
0
Fork
0
You've already forked mayan-edms
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
206ff0ba3c64fc0ebadb1b07267fc42eb085ef5f
mayan-edms
/
mayan
History
Roberto Rosario
bd01fe1b72
Add 1 seconds delay to avoid version revert tests failing on MySQL. This is because MySQL doesn't store milliseconds in the DB. Version revert uses timestamp as the original document and the new version are created within the same second the revert code doesn't work. This delay is a hack and a better solution to differentiate versions by serial or similar needs to be implemented.
2015-09-17 02:57:28 -04:00
..
apps
Add 1 seconds delay to avoid version revert tests failing on MySQL. This is because MySQL doesn't store milliseconds in the DB. Version revert uses timestamp as the original document and the new version are created within the same second the revert code doesn't work. This delay is a hack and a better solution to differentiate versions by serial or similar needs to be implemented.
2015-09-17 02:57:28 -04:00
bin
Improve the settings method, allow for execution of mayan-edms.py without an existing local.py file
2014-10-09 19:34:51 -04:00
media
Remove the SITE_ROOT settings variable and use Django's MEDIA_ROOT instead.
2014-07-11 01:06:50 -04:00
settings
Improve API documentation's initial text.
2015-09-06 01:03:06 -04:00
__init__.py
Move package metadata to mayan/__init__.py
2015-07-04 03:09:25 -04:00
celery.py
Add from __future__ import unicode_literals, issue
#37
2015-01-19 04:06:40 -04:00
urls.py
Refactor rest_api app and the method end points are registered. All apps API URL endpoints are now registered under the 'rest_api' namespace.
2015-08-06 02:50:14 -04:00
wsgi.py
Add production settings file and point wsgi by default to it
2014-08-18 01:29:23 -04:00