Erik Telepovský
Erik Telepovský
I got this exception (using Garmin Forerunner 610 on Mac OSX 10.9.2, Python 2.7.5): ``` Driver available: [, ] Traceback (most recent call last): File "garmin.py", line 336, in main...
How to use **seo_views** in combination with URL namespaces?
Once I set **use_cache** to **True**, I got this exception: ``` Traceback (most recent call last): File "/Users/erik/src/django/giaroo/source/djangoseo/templatetags/seo.py", line 65, in render **kwargs) File "/Users/erik/src/django/giaroo/source/djangoseo/base.py", line 301, in get_metadata return...
Documentation says it is possible to pass literal value as a default value for tags: http://django-seo2.readthedocs.io/en/latest/reference/definition.html?highlight=default#populate_from ... but it does not work (the tag won't show up in the header):...
Fixes issue #26
The path is not saved correctly if the use_i18n is set to True. The _path field value is always set according to the current language instead of the chosen one....
It would be great if I could **get service name by its code** with something like this: ``` def get_service_name(service_code): """ Given a service code, return the human-readable name for...
Hi **Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to manually execute a script to retry a failed task. I know there...
Hello. Do you plan to add Mailtrap as a supported ESP? https://mailtrap.io/
Can you please prepare for Django 5.1 please? `RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use STORAGES instead.`