-
Maybe it has another purpose, but I used the requirements.txt to see the demo project.
Django-bootstrap3 is not in there as a requirement. Maybe add it there?
-
Uppon sending the join offer form i get an error:
```
Environment:
Request Method: POST
Request URL: http://localhost:8000/v/offers/h/4/join
Django Version: 1.8.4
Python Version: 3.4.2
Installed A…
-
When people install both soundcloud and allauth.socialaccount.providers.soundcloud, or any provider's python app and their corresponding allauth app if they have the same name, Django throws an Improp…
-
Hello,
When I create a simple slip_bank charge show me this error:
Environment:
Request Method: POST
Request URL: http://local.enota.com.br:8000/cursos/matricular/confirmar/
Django Version: 1.8.1
…
-
When trying to register a new user, the following error occurs:
Here is the log:
AttributeError at /api/auth/registration/
can't set attribute
Request Method:
POST
Request URL:
http://127.0.0.1:8000…
-
The errors upon form submission (like skipping required fields) are not being shown. They do in normal and horizontal form layouts.
This is how my code looks:
``` python
# Models.py
class Person(mo…
-
I'm getting the following error when browsing the pages admin:
```
Uncaught TypeError: undefined is not a function tree_component.js:476
```
I'm trying to get django-cms working along django-grap…
-
Version 4 will come soon. We should be ready to go with that.
-
My recollection from investigations a few years ago:
1. Jekyll is pretty unmaintained (or at least the version that GH pages supports is old). So trying to do custom stuff like plugins is a pain.
2. A…
-
adminAdminSplitDateTime is a MultiWidget consisting of an AdminDateWidget and a AdminTimeWidget. When rendered with django-bootstrap3 both are missing respectively a vDateField and vTimeField class so…