1
0
Fork 0
Commit Graph

8 Commits (9bed67a4fd89068e2c88446dd5085595d78ce9ca)

Author SHA1 Message Date
Fabian P. Schmidt 9bed67a4fd Migrate to Python 3
This also includes a refresh of the requirements after the Python3
transition.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2020-01-10 23:29:19 +02:00
Fabian P. Schmidt ec73abeaa7 migrations: Replace bytes with string literals
As long as the bytes literal contains only ASCII data it can be replaced
with a string literal already in Python 2.
https://docs.djangoproject.com/en/1.11/topics/python3/#unicode-literals

The following command was used to generate this patch:
```
sed -i "s/b'\([\x00-\x7F]*\)'/'\1'/g" network/base/migrations/*
```

Similar commit in db: librespacefoundation/satnogs/satnogs-db@f0c0c9bc

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2020-01-08 18:16:15 +01:00
Nikos Roussos dd25feafa8
Update requirements 2016-09-22 18:06:11 +03:00
Nikos Roussos 789106265b Show TLEs used on Observations 2016-01-25 21:09:37 +08:00
Nikos Roussos 61c9ae394e Reset migrations 2015-08-26 13:29:47 +03:00
Nikos Roussos 907525f389 Squash migrations 2015-06-09 19:03:38 +03:00
Nikos Roussos 42b8d12256 Update requirements (incl. Django -> 1.8) 2015-04-23 17:38:46 +03:00
Nikos Roussos ea178a0a73 Refactor project 2014-12-19 15:06:58 +02:00