Re: Advanced Tutorial (how to write reusable app), last step does not work

2014-11-07 Thread Dennis Kao
Hi I just face this same issue and stuck in it for few days, than find out the TEMPLATE_LOADERS setting, by default it has two way to find templates: 'django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader' but the 'django.template.loaders.eggs.Loader'

Channel- Can I dynamically adjust the amount of workers?

2017-06-03 Thread Dennis Kao
*I'm trying to use Channel on my chat app & APNs(Apple Push Notification service), I'm planning to use * python manage.py runworker --only-channels = apns but the APNs will cost lots of time waiting for response and could receive bunch of message at same time, but it didn't cost much time on op