1
0
Fork 0

Update Django to 1.8.8

merge-requests/188/head
Nikos Roussos 2016-01-17 22:02:23 +02:00
parent 75e6952dac
commit a81709802d
3 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,12 @@ It features multiple observers to multiple intrumentation functionality and mana
See the [documentation](http://docs.satnogs.org/network/).
## Current Development
You can take a look for the current status of development issues at our [Kanban board](https://huboard.com/satnogs/satnogs-network).
[![Requirements Status](https://requires.io/github/satnogs/satnogs-network/requirements.svg?branch=dev)](https://requires.io/github/satnogs/satnogs-network/requirements/?branch=dev)
## License
© 2014-2015 [Libre Space Foundation](http://librespacefoundation.org).

View File

@ -27,4 +27,4 @@ class Command(BaseCommand):
obj.tle2 = tle[2]
obj.save()
self.stdout.write(('Satellite {} with Identifier {} '
'found [updated]').format(obj.norad_cat_id, obj.name))
'found [updated]').format(obj.name, obj.norad_cat_id))

View File

@ -1,5 +1,5 @@
# Basic stuff
django==1.8.7
django==1.8.8
django-shortuuidfield==0.1.2
django_compressor==1.5