-
Nov. 30, 2020
Adding Sitemaps to your Django Projects without getting Server Error (500)
- 0 Comments
- 3377 Views
- Categories: Code Sample Django Sitemap
Along with a host of advantages, a sitemap is a fundamental feature of your website’s search engine optimization (SEO) strategy. Assisting search engines in navigating a website, sitemaps are a good way of letting search engines know that your website is available and can be crawled by them.
So, …
-
Nov. 29, 2020
Django Simple Captcha Refresh Problem
- 0 Comments
- 3179 Views
- Categories: Django FrameWork Simple Solutions Code Sample
Although Google recaptcha v3 is very popular these days using Django Simple Captcha module is yet easy to install and use in your projects. The only thing that may turn you into crazy is captcha refresh option of the module. It's not working if you follow the steps in official …