F. Malina
F. Malina
Fixes #16 See note "Changed in Django 1.7": https://docs.djangoproject.com/en/1.7/ref/contrib/admin/#discovery-of-admin-files And latest stable docs: https://docs.djangoproject.com/en/1.9/ref/contrib/admin/#discovery-of-admin-files
Simplify Admin UI by collapsing less used features Changed monitor_description to description so all jobs can have a description explaining them, not just monitors Fixed monitor admin page where all...
When you have custom settings or config overriding base settings, order of imports matters. ```python from settings.default import * from settings.custom import * ``` Reversing order when sorting alphabetically means...
List on the right shows textual information about missing properties in one column or another. It would be better if this data was used to put ghost placeholders of the...
- fixes issues with migrations and on_delete (fixes #25, #26) - adds support for 2.2 and 3.0 (fixes #39) - drops Python 2 and Django 1 (fixes #27) Supersedes and...
Happens if `self.readline()` returns byte data in humodem.py, line 172. ``` input_line = self.readline().decode().rstrip() ``` Maybe we should catch the exception like so. ``` while 1: # Read in one...
Open relationships with businesses and organisations to serve their taxonomy management needs. Open issue tickets for each as each has own feature dependency. Some taxonomy users that come to mind...
Clicking a generate button on a child concept should ask GPT to generate taxonomy based on that child concept and plug it in. Recursive generation would work around all child...
Rewrite UI and correct annotation extension. Rewrite backend. Original annotation was written for SRU/SWORD. Users don't use this tech anymore and require restful APIs or GraphQL. Allow businesses to annotate...