Petr Stříbný
Petr Stříbný
Hi Honghe, I am not a video expert and I am not sure if I can help you somehow with this problem.
I can confirm this problem on my Fedora 24. I see the Dropbox login form, but I cannot click the confirmation button to continue. An older release of Laverna (not...
Not sure if you are still planning on updating django-bulma, but the support for the file field would be appreciated! Thanks!
Hi @foskaos and @alexvaos! Thanks for reporting. I will re-check the tutorial and see if it still works or not and what would be the best replacement, but I can't...
+1 on the package, the concept and design look amazing! Would love to see it finished :)
Hi @fordnox, I like the suggestion and I will probably incorporate something like that! Thanks!
``` CACHES = { "default": { "BACKEND": "django.core.cache.backends.redis.RedisCache", "LOCATION": env.str("REDIS_URL", default="redis://127.0.0.1:6379?db=1"), } } ```