spradio-server-django/savepointradio/radio
2020-04-11 18:43:05 -04:00
..
management Optimize import and make output user-friendly. 2020-03-11 11:58:50 -04:00
migrations Added related name for Song_Artists. 2020-02-13 11:31:15 -05:00
static/css Expanded song requests to artists, game, & album. 2020-02-13 11:33:10 -05:00
templates/admin Implemented Game/Album changing to Song in admin. 2018-01-14 21:23:26 -05:00
templatetags Moved Song/Artist changes to generic function. 2018-01-14 18:38:14 -05:00
__init__.py Initial commit/enabling of the Radio app. 2017-12-29 09:56:47 -05:00
actions.py Removed commented code (doh!) 2018-01-14 21:29:26 -05:00
admin.py Use prefetch/select related to optimize. Cleanup. 2020-03-10 14:53:13 -04:00
apps.py Enabling/Disabling will now affect other objects. 2018-03-29 16:22:15 -04:00
behaviors.py ugettext is deprecated--use gettext instead. 2019-06-06 15:44:56 -04:00
fields.py Re-enable the custom Radio IRI model form/field. 2019-06-06 15:45:56 -04:00
forms.py Re-enable the custom Radio IRI model form/field. 2019-06-06 15:45:56 -04:00
managers.py Added dynamic settings and removed my own attempt. 2020-02-15 21:12:30 -05:00
models.py Ability to disable/enable replay variance. 2020-04-11 18:43:05 -04:00
querysets.py Add RadioManager to remaining Radio models. 2018-03-29 12:14:24 -04:00
signals.py Fix disable signal by checking for empty 'update_fields'. 2018-03-29 22:58:59 -04: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