]> git.0d.be Git - earwig.git/commit
add management command to grab sounds from channels
authorFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 08:56:04 +0000 (10:56 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 17:22:48 +0000 (19:22 +0200)
commit3a9a31f2de2cc10a67b1fde3c538e0e02d7e3802
treee8f0894047eb4dbbddf15df9e0bed5fce5b9cf6f
parent33faf72721ff42bbb8e8794112584372faff8cbc
add management command to grab sounds from channels
earwig/sounds/management/__init__.py [new file with mode: 0644]
earwig/sounds/management/commands/__init__.py [new file with mode: 0644]
earwig/sounds/management/commands/update_sounds.py [new file with mode: 0644]
earwig/sounds/models.py
earwig/sounds/sources.py [new file with mode: 0644]