Anders Petersson
Anders Petersson
As documented, this library does only support loading of local resources in fetch_resources. I would like it to support loading of resources from an external URL. My use-case is loading...
Currently waiting for django-qstat-magic to resolve it's Python 3 incompatibilities since bigbrother depend on it. The goal is to support Python 2.7 and Python 3.3 in the same codebase, probably...
Currently, the update_module()-function will update the given days stats if called multiple times per day. This should be configurable on the module level so that if interval on a module...
The default templates does not fit on a smartphone screen. This should be easy to solve using CSS Media querys.
Currently it's required to specify all modules in BIGBROTHER_MODULES-setting. By using the check_compatible()-method we should be able to autodetect modules from apps in INSTALLED_APPS.
Every cool project needs cool tests.
Tested with django 1.6 alpha.
It would be nice to be able to show stats from Google Analytics (and other stats tools) within bigbrother. This should be perfectly possible thanks to their API.
I'd like https://cloud.google.com/cdn/docs/using-cache-keys#updating_cache_keys_to_use_named_cookies support in BackendConfig. Currently it throws a validationerror: error validating data: ValidationError(BackendConfig.spec.cdn.cachePolicy): unknown field "includeNamedCookies" in com.google.cloud.v1.BackendConfig.spec.cdn.cachePolicy;
To make the project easier to install, please add a setup.py.