I'm moving the code to allow easier 3rd party app integration. These changes are substantial are need to be rolled out in stages on each release to avoid breaking too much stuff.
There is initial code for detecting and enabling apps dyamically at run time (https://github.com/rosarior/mayan/tree/hotfix/v0.12.3/apps/app_registry) but it is only used by the bootstrap app at the moment. For now use Django's 'startapp' command menu to create a skeleton app. Add your code to it. Enable your app in the settings.py and urls.py files. --Roberto On Monday, November 19, 2012 5:25:52 AM UTC-4, mayan_firsttime wrote: > > is there anyway to add a third party app to mayan like the ones in the > apps folder > --
