spradio-server-django/savepointradio/radio
2018-01-14 15:21:04 -05:00
..
management Code cleanup. 2018-01-05 10:41:24 -05:00
migrations Implement natural sorting. (Yay!) 2018-01-05 15:18:12 -05:00
templates/admin Clean up Songs/Artists admin actions. 2018-01-13 00:39:13 -05:00
__init__.py Initial commit/enabling of the Radio app. 2017-12-29 09:56:47 -05:00
actions.py More DRY code cleanup. 2018-01-14 15:21:04 -05:00
admin.py More DRY code cleanup. 2018-01-14 15:21:04 -05:00
apps.py Implement natural sorting. (Yay!) 2018-01-05 15:18:12 -05:00
behaviors.py Set up Enabled/Published as boolean properties. 2018-01-04 16:28:59 -05:00
forms.py Add admin actions for adding/removing multiple artists to songs. 2018-01-12 16:35:25 -05:00
managers.py Initial commit/enabling of the Radio app. 2017-12-29 09:56:47 -05:00
models.py Default ordering models and "full_title" for Song. 2018-01-12 16:34:43 -05:00
querysets.py Initial commit/enabling of the Radio app. 2017-12-29 09:56:47 -05:00
signals.py I lied--now I added the docstring. 2018-01-08 09:39:55 -05:00
tests.py Initial commit/enabling of the Radio app. 2017-12-29 09:56:47 -05:00
views.py Initial commit/enabling of the Radio app. 2017-12-29 09:56:47 -05:00