ytsm/app/YtManagerApp
chibicitiberiu 9432a8c10c
Merge pull request #58 from chibicitiberiu/development
Added video detail page
2019-01-02 23:20:44 +02:00
..
management Fixed issue where scheduler was not initialized after setup wizard. Also fixed issue where global synchronization wasn't updated when the admin settings are changed. 2018-12-31 13:53:25 +02:00
migrations Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
static/YtManagerApp Remove CDN for JS/CSS dependencies (bootstrap, jquery etc) 2018-12-29 17:35:23 +02:00
templates Added Watch On YouTube button 2019-01-01 16:23:51 +02:00
templatetags Added docker support 2018-10-30 14:15:49 +08:00
utils Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
views Merge pull request #58 from chibicitiberiu/development 2019-01-02 23:20:44 +02:00
__init__.py Added docker support 2018-10-30 14:15:49 +08:00
admin.py Added docker support 2018-10-30 14:15:49 +08:00
appmain.py Fixed issues with log not working. 2018-12-30 00:10:30 +02:00
apps.py Integrated django-dynamic-preferences library into project. Settings are now stored in the database, the ini file only contains a minimal number of settings. 2018-12-10 01:15:10 +02:00
dynamic_preferences_registry.py Fixed user settings page. 2018-12-29 20:43:39 +02:00
models.py Added video detail page 2019-01-01 16:13:49 +02:00
scheduler.py Fixed issue where scheduler was not initialized after setup wizard. Also fixed issue where global synchronization wasn't updated when the admin settings are changed. 2018-12-31 13:53:25 +02:00
tests.py Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
urls.py Added video detail page 2019-01-01 16:13:49 +02:00