t; ('django.middleware.common.CommonMiddleware',
> 'django.contrib.sessions.middleware.SessionMiddleware',
> 'django.contrib.auth.middleware.AuthenticationMiddleware',
> 'portal.utils.auth.ATDUserAuthMiddleware')
>
> Template error:
> In template /home/skannan/borgTraining/atd/borg
.auth.ATDUserAuthMiddleware')
Template error:
In template /home/skannan/borgTraining/atd/borg/portal/templates/
index.html, error at line 10
Caught an exception while rendering: Reverse for
'portal.compliance_index' with arguments '()' and keyword arguments
'
On Oct 3, 6:23 pm, guillermooo
wrote:
> Inside django.contrib.comments there is:
>
> 1) a folder named "url" with an __init__.pyc file
> 2) a file named "url" with a few urls
>
> I've solved the problem renaming the "url" folder to "url_".
>
> Maybe this is a bug?
>
> Regards,
>
> Guillermo
This
Inside django.contrib.comments there is:
1) a folder named "url" with an __init__.pyc file
2) a file named "url" with a few urls
I've solved the problem renaming the "url" folder to "url_".
Maybe this is a bug?
Regards,
Guillermo
On Oct 3, 6:32 pm, Guillermo wrote:
> Hi,
>
> After installin
Hi,
After installing the comments framework, I get the following error:
The included urlconf django.contrib.comments.urls doesn't have any
patterns in it
I can't find any information about it. What could be causing it?
I'm developing on Windows XP, Django trunk.
Regards,
Guillermo
--~--~
using django as well... just to let you know ;)
>
> > [snip]
> > Exception Type: TemplateSyntaxError at /admin/
> > Exception Value: Caught an exception while rendering: (1146, "Table
> > 'winzees.django_admin_log' doesn't exist")
>
> One of
n/
> Exception Value: Caught an exception while rendering: (1146, "Table
> 'winzees.django_admin_log' doesn't exist")
One of the tables needed for admin does not exist. It appears you did
not run python manage.py syncdb after adding admin to your
INSTALLED_APPS. You
ticationMiddleware')
Template error:
In template /usr/local/lib/python2.6/dist-packages/django/contrib/
admin/templates/admin/index.html, error at line 57
Caught an exception while rendering: (1146, "Table
'winzees.django_admin_log' doesn't exist")
47 :
Would be nice if you would share your solution
On Jul 26, 9:05 pm, nixon66 wrote:
> ran into this error. Anyone familiar with it.
>
> TemplateSyntaxError at /lobby/lobbytype/public-relations/
>
> Caught an exception while rendering: Error binding parameter 0 -
> probabl
type/public-relations/
>
> > Caught an exception while rendering: Error binding parameter 0 -
> > probably unsupported type.
>
> > Original Traceback (most recent call last):
> > File "C:\Python25\lib\site-packages\django\template\debug.py", line
> > 71, i
problem solved. Type
On Jul 26, 10:05 pm, nixon66 wrote:
> ran into this error. Anyone familiar with it.
>
> TemplateSyntaxError at /lobby/lobbytype/public-relations/
>
> Caught an exception while rendering: Error binding parameter 0 -
> probably unsupported type.
>
>
ran into this error. Anyone familiar with it.
TemplateSyntaxError at /lobby/lobbytype/public-relations/
Caught an exception while rendering: Error binding parameter 0 -
probably unsupported type.
Original Traceback (most recent call last):
File "C:\Python25\lib\site-packages\django\tem
Thanks a lot!
On May 22, 10:51 pm, Alex Gaynor wrote:
> On Fri, May 22, 2009 at 9:43 AM, Herta wrote:
>
> > yes,i remember i altered my model.
> > But how can i alter the table structure, or how can i see the raw
> > table structure and change my model to the original one?
>
> > On May 22, 10:2
On Fri, May 22, 2009 at 9:43 AM, Herta wrote:
>
> yes,i remember i altered my model.
> But how can i alter the table structure, or how can i see the raw
> table structure and change my model to the original one?
>
> On May 22, 10:25 pm, Masklinn wrote:
> > On 22 May 2009, at 15:41 , Herta wrote:
yes,i remember i altered my model.
But how can i alter the table structure, or how can i see the raw
table structure and change my model to the original one?
On May 22, 10:25 pm, Masklinn wrote:
> On 22 May 2009, at 15:41 , Herta wrote:> no such column:
> dbDECP_gene_variants.Variation_IDReques
On 22 May 2009, at 15:41 , Herta wrote:
> no such column: dbDECP_gene_variants.Variation_IDRequest
The message seems pretty clear: you're asking for the column
"Variation_IDRequest" and the ORM can't find it in the table
"dbDCEP_gene_variants".
You probably made a typo in creating a queryset
Hi, everyone,
I start learning django and met a question. It seems that i have load
data into my database (sqlite3), but the webpage show some error.
What is the problem.Thanks!
TemplateSyntaxError at /admin/dbDECP/gene_variants/
Caught an exception while rendering: no such column
I love you all :) Thanks :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
djang
example the same label (or description) in french or in english.
>
> But when I try to show a Box list (in admin panel) or a Box detail,
> I've got this error :
>
> "Caught an exception while rendering: coercing to Unicode: need string
> or buffer, SentenceText f
he same label (or description) in french or in english.
>
> But when I try to show a Box list (in admin panel) or a Box detail,
> I've got this error :
>
> "Caught an exception while rendering: coercing to Unicode: need string
> or buffer, SentenceText found"
>
#x27;ve got a strange error and in many hour, I haven't manage to fix it.
In the Box class, I have 2 ForeignKey to SentenceText because I want
for example the same label (or description) in french or in english.
But when I try to show a Box list (in admin panel) or a Box detail,
I've go
while rendering: 'Feature' object has no attribute
'serializable_value'
The error raises at line 12, below:
2{% if fieldset.name %}{{ fieldset.name }}{% endif %}
3 {% if fieldset.description %}
{{ fieldset.description|safe }}{% endif %}
4 {% for line in fi
r
768. bits.append(self.render_node(node, context))
File "C:\PYTHON25\Lib\site-packages\django\template\debug.py" in
render_node
81. raise wrapped
Exception Type: TemplateSyntaxError at ##
Exception Value: Caught an exception while renderin
Hello, i have a model called FEATURE, where a "PRODUCT" charfield(50)
existed. Yesterday I created a PRODUCT model and updated FEATURE model
to use that foreign key.
However, when a form to view the FEATURE data is called through a
template, an error on line 27 occurs:
Caught an excep
Answering myself, there was an illegal character in site_base.html .
On Jan 5, 3:30 pm, adrian wrote:
> I'm getting this message on line 1 of the template:
>
> {% extends "site_base.html" %}
>
> Which looks ok to me. I got this while refactoring things.
> Pretty sure the template was working a
I'm getting this message on line 1 of the template:
{% extends "site_base.html" %}
Which looks ok to me. I got this while refactoring things.
Pretty sure the template was working as is in another location.
Any idea how I can debug this, I have no clue.
--~--~-~--~~~
Sure thought I had. Dumb mistake, thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send e
On Tue, Nov 4, 2008 at 3:00 PM, joshuajenkins <[EMAIL PROTECTED]> wrote:
>
> I'm running into an issue when just starting with Django 1.0 where the
> following exception is caught:
> Caught an exception while rendering: no such table: django_admin_log
>
> I've
I'm running into an issue when just starting with Django 1.0 where the
following exception is caught:
Caught an exception while rendering: no such table: django_admin_log
I've done some searching and it appears that this is common if you're
not running Django 1.0, but 0.96
Brian Neal wrote:
>
>
> On Sep 19, 12:45 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
>> That's annoying: now *I* have a (named) pattern that won't reverse with
>> the URL tag: specifically, the edit profile URL from the Google code
>> profiles app:
>>
>>url(r'^edit/$',
>>
On Sep 19, 12:45 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> That's annoying: now *I* have a (named) pattern that won't reverse with
> the URL tag: specifically, the edit profile URL from the Google code
> profiles app:
>
> url(r'^edit/$',
> vi
Brian Neal wrote:
>
> On Sep 16, 4:09 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
>
>> Brian Neal wrote:
>>
>>> I might have found my answer. I was looking at the list of
>>> incompatible changes and found this:
>>>
>>> http://code.djangoproject.com/changeset/8760
>>>
>>> Whi
On Mon, 2008-09-15 at 20:44 -0700, Ross wrote:
> Check out the description of the {% url %} tag in the Django
> documentation:
>
> http://docs.djangoproject.com/en/dev/ref/templates/builtins/#url
>
> It does not expect the project name to be in the URL. Try dropping
> "gpp" and just use "weblin
On Sep 16, 4:09 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> Brian Neal wrote:
> > I might have found my answer. I was looking at the list of
> > incompatible changes and found this:
>
> >http://code.djangoproject.com/changeset/8760
>
> > Which led me to this:
>
> >http://docs.djangoproject.com
Brian Neal wrote:
> I might have found my answer. I was looking at the list of
> incompatible changes and found this:
>
> http://code.djangoproject.com/changeset/8760
>
> Which led me to this:
>
> http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse
>
> I quote from the docs:
>
> "The re
I might have found my answer. I was looking at the list of
incompatible changes and found this:
http://code.djangoproject.com/changeset/8760
Which led me to this:
http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse
I quote from the docs:
"The reverse() function can reverse a large
hello,
you could try named url patterns.
> I am also seeing strange things if I change the order of the URLs in
> my URL patterns list.
please define "strange things" :) in general, the order of urls
matters because django starts rverse lookup from the top of the list
and stops at the first mat
On Sep 15, 10:44 pm, Ross <[EMAIL PROTECTED]> wrote:
> Check out the description of the {% url %} tag in the Django
> documentation:
>
> http://docs.djangoproject.com/en/dev/ref/templates/builtins/#url
>
> It does not expect the project name to be in the URL. Try dropping
> "gpp" and just use "web
alhost:8000/links/category/1/
> Django Version: 1.0-final-SVN-unknown
> Python Version: 2.5.2
> Installed Applications:
> ['django.contrib.admin',
> 'django.contrib.auth',
> 'django.contrib.contenttypes',
> 'django.contrib.sessions',
> 'django.contrib.sites
27;gpp.core',
'gpp.accounts',
'gpp.legal',
'gpp.contact',
'gpp.weblinks']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.mid
On Sep 15, 7:33 pm, SnappyDjangoUser <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> I am receiving an obscure TemplateSyntaxError (Caught an exception
> while rendering: coercing to Unicode: need string or buffer, long
> found ) when rending a ModelForm that has a foreign key
Hi Folks,
I am receiving an obscure TemplateSyntaxError (Caught an exception
while rendering: coercing to Unicode: need string or buffer, long
found ) when rending a ModelForm that has a foreign key back to a
specific table. My template correctly renders forms for all models
except for this
On Fri, 2006-03-03 at 17:12 -0600, Alan Bailey wrote:
> Hi there-
>
> I am getting the following exception. It doesn't show up in django's
> flashy exception display, but just as text (because it happens while
> rendering).
>
> Dunno why it happens. But it usually happens after I add some sort
n self.nodelist_true.render(context)
File
"/usr/lib/python2.3/site-packages/Django-0.91-py2.3.egg/django/core/template/__init__.py",
line 707, in render
bits.append(self.render_node(node, context))
File
"/usr/lib/python2.3/site-packages/Django-0.91-
44 matches
Mail list logo