I'm using Django-grappelli in my project, but Django is send me a lot of errors to my email about some files that Django didn't found...but I don't know from where is calling this files...some time files .aspx (??)
Here is a image with the error list in my inbox
Here is a error detail:
Traceback (most recent call last):
File "/home...
I seem to have run into a bit of an issue.
I am busy creating an app, and over the last few weeks setup my server to use Git, mod_wsgi to host this app.
Since deploying it, everything seems to be running smoothly however, I had to go through all my files and insert the absolute url of the project to make sure it works fine.
on my loca...
I am nearing the final stages of a project and have run into a bit of a hiccup with Django.
It relates to the {% blocktrans %} tag.
How do I enable it to be fully functional in my app, currently if I wrap a piece of text in {% blocktrans %} I get a TemplateSyntaxError message
I have the following in my
TEMPLATE_CONTEXT_PROCESSORS = ...