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
bad90c98485abc229861dfca5a845587761e3dff
mayan-edms
/
mayan
/
apps
/
ocr
History
Michael Price
424d6a5af9
Standardize the way storages are used. All apps that use storage now define their storages in the .storages modules instead of the .runtime module. The storage.backends.filebasedstorage.FileBasedStorage has been remove, instead Django's default storage is used and each app is responsible of specifying their default path.
...
Signed-off-by: Michael Price <
loneviking72@gmail.com
>
2018-04-03 02:32:28 -04:00
..
backends
…
locale
Update compiled translation files.
2018-04-01 20:36:52 -04:00
migrations
PEP8 cleanups.
2017-08-27 12:22:06 -04:00
tests
Update cabinets and document_index api views docstrings. Update multi level docstrings as per Python best practices.
2018-04-01 20:27:45 -04:00
__init__.py
…
admin.py
…
api_views.py
Consolidate the docstring of the API methods into a class docstring.
2018-04-01 20:22:35 -04:00
apps.py
Get rids of the APIEndPoint and APIResource classes. Register API url using the 'has_rest_api' AppConfig variable.
2018-04-01 18:30:59 -04:00
classes.py
…
events.py
…
exceptions.py
…
forms.py
…
handlers.py
…
links.py
Update to Font Awesome 5. Add experimental Icon class. Simplify document loading icon.
2018-04-01 19:53:03 -04:00
literals.py
…
managers.py
Standardize the way storages are used. All apps that use storage now define their storages in the .storages modules instead of the .runtime module. The storage.backends.filebasedstorage.FileBasedStorage has been remove, instead Django's default storage is used and each app is responsible of specifying their default path.
2018-04-03 02:32:28 -04:00
models.py
Add the "to=" keyword argument to all ForeignKey, ManayToMany and OneToOne Fields.
2018-04-01 20:49:04 -04:00
permissions.py
…
queues.py
…
runtime.py
…
serializers.py
Refactor OCR app. Removes document parsing. Moves OCR processing to
2017-08-23 02:04:57 -04:00
settings.py
…
signals.py
…
tasks.py
…
urls.py
…
utils.py
…
views.py
Remove the view to submit all document for OCR.
2017-08-24 04:04:31 -04:00