]> git.0d.be Git - earwig.git/commit
add initial models for channels and sounds
authorFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 08:00:24 +0000 (10:00 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 17:22:48 +0000 (19:22 +0200)
commit33faf72721ff42bbb8e8794112584372faff8cbc
tree0151cf1a1e21d193581269dec061de718ba23369
parent834dddffe122c2bde904ce700cd47c4d9024d9a1
add initial models for channels and sounds
earwig/settings.py
earwig/sounds/__init__.py [new file with mode: 0644]
earwig/sounds/admin.py [new file with mode: 0644]
earwig/sounds/migrations/0001_initial.py [new file with mode: 0644]
earwig/sounds/migrations/__init__.py [new file with mode: 0644]
earwig/sounds/models.py [new file with mode: 0644]