-
Environment:
Request Method: GET
Request URL: http://192.168.0.4:8000/events/create
Django Version: 1.4.3
Python Version: 2.7.3
Installed Applications:
['django.contrib.admin',
'django.contrib.auth…
KimSJ updated
11 years ago
-
ImproperlyConfigured at /2013/account/signup/
Error importing email backend module mailer.backend: "No module named backend"
Request Method: POST
Request URL: http://www.pycon.fr/2013/account/signu…
-
i'm trying to output the sitemap and it doesnt work because the max in sitemaps.py line 74 returns an empty list.
i have posts 4 of them not sure where its getting info from
ghost updated
11 years ago
-
hello,
i'm using version 0.5.3 and i'm getting this error :
Caught ImportError while rendering: No module named base
1 form class="connect-button" name="login" method="post" action="{% url socialregi…
gtnx updated
12 years ago
-
The application can be start by ./manage.py runserver, but failed to boot using gunicorn.
(mysite)root@ubuntu:/opt/django/projects/mysite# /opt/django/envs/mysite/bin/gunicorn_django -w 1
2012-05-20 …
-
If an admin tries to add an Activity Member object manually, they get a 500 error, but no traceback on evaluation instance. On dev instance, this is the traceback:
```
Environment:
Request Method:…