-
Currently, we have lots of data validation put into the forms. However, creating data from other code-paths (within Python code or from the shell) doesn't use that validation code.
All validation th…
-
When I try to start up Mediathread, I'm getting this error:
```
Unhandled exception in thread started by
Traceback (most recent call last):
File "/Users/nateaune/Dropbox/code/venvs/mediathread/lib…
natea updated
3 years ago
-
## Hello admin,
1. Using logistic Regression
2. Using Django Full stack web
3. Good looking frontend UI
4. 85% accuracy
5. cross validation usage
6. models comparisons
7. Good documentation
…
-
```
What steps will reproduce the problem?
1.install pygowave server with Django 1.1.1
2.try to run python manage.py syncdb
3.see the exception below:
File "manage.py", line 29, in
execute_mana…
-
I did not change any code at all . After install setup , trying to runserver then I get this:
C:\Python27\mycode\django-schedule\project_sample>manage.py runserver
Validating models...
Unhandled ex…
-
I have a model with 2 fields that are marked as unique_together.
One of the fields is being translated by django-modeltranslation.
Using standard Django admin on this model works fine, it shows valid…
-
**Describe the bug**
Token field to short to use with keycloack oidc instropsection endpoint
**To Reproduce**
Create a client than support oidc login on keycloack and use django-oauth-toolkit to…
-
```
What steps will reproduce the problem?
1. copy google-analytics folder in our application folder
2. set google-analytics as an installed app in our settings.py
3. set variable GOOGLE_ANALYTICS_MOD…
-
```
What steps will reproduce the problem?
1.install pygowave server with Django 1.1.1
2.try to run python manage.py syncdb
3.see the exception below:
File "manage.py", line 29, in
execute_mana…
-
./manage.py createdb is not recognized, and using syncdb throws the following traceback:
./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 29, in
execute_from_comm…