-
Hey there!
In Lection "28. Reviews" the styling is not working for the Dropdown. Also the custom labels are not shown which where mentioned by Dennis. There are a lot of other students with the sam…
-
When using a CSP which disallows inline JavaScript the RecaptchaField breaks. Disallowing inline JavaScript is IMHO the most important thing that you want to disable with CSP.
Would it be possible t…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* [x] I have …
-
while `django-recaptcha` and `django-hcaptcha` can be used out-of the box with a very small extension of related .py, e.g.
```
...
+# CAPTCHA support
+from django.conf import settings
+from cap…
-
錯誤如下
TemplateDoesNotExist at /
index.html
Request Method: GET
Request URL: http://120.97.63.249:8000/
Django Version: 1.10.6
Exception Type: TemplateDoesNotExist
Exception Value:
index.html…
-
When attempting to run ODM2 Admin with a conda environment generated from requirement.txt some errors are encountered:
1) inline forms were not rendering, I'm guessing this has to do with this impo…
-
It needs to call django.contrib.auth.password_validation.validate_password to hook in to https://docs.djangoproject.com/en/dev/topics/auth/passwords/#enabling-password-validation
-
my environment is python3.6 \django2.1 , when i add showcase, this issue is :
` context = super().get_context(name, value, attrs)
File "G:\virtualenvhome\suit\lib\site-packages\django\forms…
-
### Describe the Bug
In some edge cases, a deadlock can occur during moving pages.
### Steps to Reproduce
Not sure how to reproduce
### Expected Behavior
The page should be moved
###…
-
In a few places in the code we use the Django messages feature to feature alerts at the top of the screen.
We need to make sure we html escape any project names or user data that can be shown there…