Roberto Rosario
36a51eeb73
Switch to full app paths
...
Instead of inserting the path of the apps into the Python app,
the apps are now referenced by their full import path.
This solves name clashes with external or native Python libraries.
Example: Mayan statistics app vs. Python new statistics library.
Every app reference is now prepended with 'mayan.apps'.
Existing config.yml files need to be updated manually.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com >
2019-04-05 02:02:57 -04:00
Roberto Rosario
f9940f1fd0
Add default_app_config value to each app. Closes issue GL #216 .
2015-10-19 02:57:00 -04:00
Roberto Rosario
8af55ccbef
PEP8 cleanups
2015-03-30 15:21:53 -04:00
Roberto Rosario
bd041457c9
Update project to use Django 1.7.7. Issue #33
2015-03-30 03:43:56 -04:00
Roberto Rosario
b55acb6e12
Normalize import style
2015-01-24 17:05:32 -04:00
Roberto Rosario
d59ea3ede2
Add from __future__ import unicode_literals, issue #37
2015-01-19 04:06:40 -04:00
Roberto Rosario
070e306503
Fix double menu entry at linking/setup/smart_link/condition/1/edit/. Issue #150
2015-01-17 02:29:48 -04:00
Roberto Rosario
aca9d8c9eb
Remove unused imports, do PEP8 and DeprecationWarning cleanups
2015-01-05 14:40:59 -04:00
Roberto Rosario
6737a87021
Cleanup empty instance nodes in the same task not as a separate task
2015-01-05 14:08:33 -04:00
Roberto Rosario
9c5196ae2b
Don't pass any argument to task_delete_empty_index_nodes, it requires none now
2015-01-03 23:38:54 -04:00
Roberto Rosario
7c2ce7ce1f
Update task names, merge document metadata signales
2015-01-03 12:33:50 -04:00
Roberto Rosario
018284eec1
Add locking and arbitration to indexing updates, remove filesystem index mirroring issue #56
2015-01-02 21:52:33 -04:00
Roberto Rosario
6fb768a6f8
Issue #128 , Add Indexes API endpoints
2014-12-16 01:37:49 -04:00
Roberto Rosario
9cc014c70a
Close issue #106 , Convert document indexing app actions to Celery
2014-11-03 00:10:19 -04:00
Roberto Rosario
779ebd4966
Don't import the api_urls at app import time, let the APIEndpoint class import them lazily
2014-10-30 13:21:37 -04:00
Roberto Rosario
d0ed74dfc3
Move links order for uniformity, move all delete button to the far right to reduce accidental clicking
2014-10-21 17:41:16 -04:00
Roberto Rosario
597415c224
Fix API view name
2014-10-14 03:33:55 -04:00
Roberto Rosario
28a7c9789c
Add document_indexing API endpoints
2014-10-13 19:12:16 -04:00
Roberto Rosario
ad7ae3dcfa
Issue #56 , Remove sidebar help templates and navigation function to register them
2014-10-08 10:11:04 -04:00
Roberto Rosario
9cbbd07d78
PEP8 cleanups
2014-10-08 09:37:19 -04:00
Roberto Rosario
76b2cdefcc
Move app url namespaces updates
2014-09-06 16:30:12 -04:00
Roberto Rosario
ec1745b50b
Initial changes to support the new Django 1.6 project structure
2014-06-15 13:13:21 +02:00