1
0
Fork 0
Commit Graph

7 Commits (d4fb5189d19aa7fc12e1adcfbc7b3ca07452fed6)

Author SHA1 Message Date
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
Vasilis Tsiligiannis 140180b6b3 Reformat code with 'yapf', check format using 'tox'
Use configration based on Django coding style guidelines

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-04-27 12:32:33 +03:00
Fabian P. Schmidt c405f781c4 Add additional TLE sources via python-satellitetle 2018-11-29 20:04:19 +00:00
Corey Shields 44fee695b5 fix bare excepts
Upon fixing CI we now have a slew of PEP8 722 issues (bare excepts).  This MR fixes all of those by excepting Exception, which should catch anything the program generates while allowing systemexit exceptions.
2018-07-14 14:50:07 -04:00
Fabian P. Schmidt 80fb7b474a Replace BaseCommand.option_list with add_arguments in commands/fetch_satellites
BaseCommand.option_list is deprecated in Django 1.8
and was removed in Django 1.10.

Fixes #121.
2017-02-09 16:33:43 +01:00
Nikos Roussos 3f300c4fed Expose norad_cat_id to API for Transponders 2015-05-07 11:28:03 +03:00
Nikos Roussos b02aa0634a [Fixes #7] Create initial fixtures 2015-05-05 11:21:01 +03:00