1
0
Fork 0
Commit Graph

12 Commits (2ec2fd2a4d870188aefce62f3839c2f7678c09b5)

Author SHA1 Message Date
Corey Shields 2ec2fd2a4d pylint C0111 docstrings
phew, fixed all of the missing-docstring and found some other things along the way (for future changes)
2019-07-12 22:36:18 -04:00
Corey Shields a697548a56 pylint C0122
Linting for misplaced-comparison-constant

Signed-off-by: Corey Shields <cshields@gmail.com>
2019-07-12 17:47:28 -04:00
Corey Shields d4fb5189d1 future imports and remove unicode strings
adds from __future__ import unicode_literals, absolute_import, division, print_function to all files, removes unicode strings from RTD conf.py (none other were found in our codebase)

See also https://docs.djangoproject.com/en/1.11/topics/python3/#unicode-literals

fixes #290

tested locally in docker
2019-06-30 19:23:55 -04:00
Corey Shields 5e5296f154 fix dependencies for moving up to Django 2
this fixes for 2.0, will be one step toward 2.2

Fixes #278
2019-04-20 21:49:33 -04:00
Pierros Papadeas a1d8357763
Change model of transmitter to include drift and type 2018-12-25 21:15:18 +02:00
Pierros Papadeas 86190ca581 Add total count of payloads in stats page 2017-03-25 23:51:08 +02:00
Pierros Papadeas 51e985119e Fix frequency formating and handling 2017-03-25 14:22:37 +02:00
Nikos Roussos b509e87c82
[Re #86] Increase frq precision and tooltip 2016-11-11 17:32:30 +02:00
Nikos Roussos 853a43a5ff [Re: #37] Add suggestions to frontend for admins 2015-09-17 15:27:53 +03:00
Nikos Roussos d0f199f245 pep8 2015-07-17 20:59:23 +03:00
Nikos Roussos 824b3c1d8a [Fixes #16] Add frq filter to display MHz 2015-07-11 21:26:49 +03:00
Nikos Roussos b3e404f6fb Add active template tag 2015-07-11 21:26:49 +03:00