redesign streamer, make it sexy

This commit is contained in:
bkfox
2019-08-02 17:06:23 +02:00
parent 8e1d2b6769
commit 432467ec8d
18 changed files with 210 additions and 100 deletions

View File

@ -12,7 +12,7 @@ from django.utils import timezone as tz
import aircox.settings as settings
from aircox.models import Log, Station
logger = logging.getLogger('aircox.tools')
logger = logging.getLogger('aircox.commands')
class Command (BaseCommand):