OpenDroneMap-WebODM/app/plugins
Gabriel Gadelha 9c61e27082
Get settings.py through django.conf
The previous "from webodm import settings"  would get the first settings.py
Using django.conf is a better option 
This is discussed in this Stack Overflow topic: https://stackoverflow.com/questions/19976115/whats-the-difference-between-from-django-conf-import-settings-and-import-set
And in the docs: https://docs.djangoproject.com/en/dev/topics/settings/#using-settings-in-python-code
2019-08-02 09:49:43 -03:00
..
templates Replaced node-sass with dart-sass 2019-07-18 22:20:39 -04:00
__init__.py Support for requirements.txt, tweaks to elevationmap plugin 2019-07-09 18:08:28 -04:00
data_store.py Unit tests, minor fixes 2018-07-30 11:55:46 -04:00
functions.py Get settings.py through django.conf 2019-08-02 09:49:43 -03:00
grass_engine.py Unit tests 2019-04-02 15:09:11 -04:00
menu.py Plugin menu entry hook, posm-gcpi plugin skeleton, mount points 2018-02-23 17:48:32 -05:00
mount_point.py OAM plugin skeleton, data store plugins API, OAM icon, interface 2018-07-24 18:32:24 -04:00
plugin_base.py Unit tests, fixes 2019-07-10 10:34:33 -04:00
pyutils.py Support for requirements.txt, tweaks to elevationmap plugin 2019-07-09 18:08:28 -04:00
signals.py Added processing node removed signal, lightnin plugin dashboard, login 2018-12-31 14:35:55 -05:00
views.py Unit tests, minor fixes 2018-07-30 11:55:46 -04:00
worker.py Plugin API refactoring, upload to public URL working, celery tasks from plugins 2018-07-26 17:55:20 -04:00