-
_To be done after Thanksgiving, when WorldMap code accessible_
- Details for each item listed as a separate comment
---
- [x] 1. Error message typo
- [x] 2. Lat/Lng error message, clearer la…
-
I am using the docker image macadmins/crypt-server. I am using Centos 7 and ubuntu as my docker host. I have tired this in multiple VMs and a local machine. When I visit localhost:8000 I get 502 Bad …
-
https://www.datatables.net/
-
7/22 - I just noticed that the sorting of the results tables may be taking upper case vs. lower case into account. When I sort these results by “Item Permanent Location”, the location “Dean” comes be…
-
Hi All,
I’m trying to create a TemplateView which has a bunch of simple widgets followed by 2 embedded DataTableViews, following the sample ‘SatelliteDataTableView’. I keep getting the above exceptio…
bobhy updated
7 years ago
-
Paging does not work. It did not work on my example_app before last night merges either. I could not verify with live demo on appspot because no datatable over there have more than 1 page.
I suspec…
-
```
class Task(models.Model):
CANCELLED = -1
REQUIRES_ATTENTION = 0
WORK_IN_PROGRESS = 1
COMPLETE = 2
class Meta:
ordering = ['-id']
Status = (
(CANCELLED, 'C…
ghost updated
7 years ago
-
There are different approaches we can use to improve performance of our client-side components, most notably the map. We need to come up with an overview of options and and initial assessment of their…
-
My model (pretty much the django's User class):
```
class Person(AbstractUser):
"""Actual people in a school"""
position = models.ForeignKey(Position, blank=True, null=True)
school = mod…
-
I am a big fan of sqlalchemy-datatables, but I often run into problems with how sqlalchemy-datatables tries to reimplement some of SQLAlchemy for dealing with joins etc. Complicated queries, column_pr…