<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.django.user">
    <title>gmane.comp.python.django.user</title>
    <link>http://blog.gmane.org/gmane.comp.python.django.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141416"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141414"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141412"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141410"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141395"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141394"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141383"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141374"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141368"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141364"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141361"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141352"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141351"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.django.user/141343"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141416">
    <title>Django, PyCharm Module Error (Time Machine, Directory Duplication)</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141416</link>
    <description>&lt;pre&gt;The following issue has been plaguing me for many hours now and was hoping 
someone might have some insight.

I've been working on my first Django project in PyCharm with few issues. 
This morning, to update software, I closed the file and restarted the 
computer. When i opened the file and ran the server again, I received the 
following error:

    ImportError: No module named Stentorian

Stentorian is the name of the project. I have not been able to find any 
remedy. I was researching for hours and decided to go back through the Time 
Machine on the Mac to see if anything changed from previous versions. When 
doing so, I found a strange inconsistency that may be related to this issue.

The project folder/directory is named "stentorian." Some time during the 
last week, the directory replicated another copy of the folder/directory 
called "Stentorian" – capitalized – in the same parent directory. While 
going through Time Machine, some time in the pre-dawn hours, the second 
folder/directory "Stentorian&lt;/pre&gt;</description>
    <dc:creator>DF</dc:creator>
    <dc:date>2012-05-26T20:03:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141414">
    <title>Why this database error in shell? (Query looks valid to me.)</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141414</link>
    <description>&lt;pre&gt;I have Homework objects that are related to Course objects for a
school related Django app.  I can access Course and Homework objects
but there is one Homework query at the end of this email that bombs
and I don't know why.

===================================================================
First I'll show a few working queries to show that everything is sane
and working....
===================================================================

[&amp;lt;Course: Course object&amp;gt;]

[&amp;lt;Course: Course object&amp;gt;, &amp;lt;Course: Course object&amp;gt;, &amp;lt;Course: Course
object&amp;gt;, &amp;lt;Course: Course object&amp;gt;, &amp;lt;Course: Course object&amp;gt;, &amp;lt;Course:
Course object&amp;gt;, &amp;lt;Course: Course object&amp;gt;, &amp;lt;Course: Course object&amp;gt;,
&amp;lt;Course: Course object&amp;gt;, &amp;lt;Course: Course object&amp;gt;]


[&amp;lt;Homework: Homework object&amp;gt;, &amp;lt;Homework: Homework object&amp;gt;, ... etc.]
(truncated by me)

[&amp;lt;Homework: Homework object&amp;gt;, &amp;lt;Homework: Homework object&amp;gt;, ... etc.]
(truncated by me)

====================================================================
Here is the mystery one that bombs and I don't kno&lt;/pre&gt;</description>
    <dc:creator>Chris Seberino</dc:creator>
    <dc:date>2012-05-26T19:26:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141412">
    <title>Django Projects Working Fine; Reopened and Import Module Error</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141412</link>
    <description>&lt;pre&gt;I've been working on a Django project, my first, with no issues. I closed 
the file and restarted the computer for software updates and I'm now 
receiving the following error:

    Traceback (most recent call last):
      File "manage.py", line 14, in &amp;lt;module&amp;gt;
        execute_manager(settings)
      File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py", 
line 436, in execute_manager
    setup_environ(settings_mod)
      File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py", 
line 419, in setup_environ
        project_module = import_module(project_name)
      File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/utils/importlib.py", 
line 35, in import_module
    __import__(name)

    ImportError: No module named Stentorian

The module name is the name of the project. I cannot figure out what could 
possibly be going wrong to cause this er&lt;/pre&gt;</description>
    <dc:creator>DF</dc:creator>
    <dc:date>2012-05-26T17:26:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141410">
    <title>Httprequest with xml body - how to parse with elementtree?</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141410</link>
    <description>&lt;pre&gt;I'm new to django, and am trying to write a web service. 

The request will have xml in the body. How can I parse that into elementtree root node?

Thanks in advance!

-Ben

&lt;/pre&gt;</description>
    <dc:creator>Benjamin Carlson</dc:creator>
    <dc:date>2012-05-26T14:24:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141402">
    <title>Multiple User Profiles using multi-table inheritance and Userena</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141402</link>
    <description>&lt;pre&gt;This is a question that gets asked in many forms, but I am having issues 
with the multi-table inherence method of doing this with Userena.  I have 
strong reasons for needing multiple profile types which I won't go into 
here. i put example code in the following gist:
https://gist.github.com/2792846#comments

In short, I have a common profile (CommonProfile which two profiles 
(SpamProfile and EggsProfile) inherit from.  I override the signup form to 
save data into the derived SpamProfile, but no data is stored in the 
derived profile table, so all the users end up with CommonProfiles only, 
which should not be aloud.

I'm at a bit of a loss as to what to do next to fix this.

&lt;/pre&gt;</description>
    <dc:creator>James Rivett-Carnac</dc:creator>
    <dc:date>2012-05-26T08:04:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141400">
    <title>Django Error; how to empty tmp directory, cache</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141400</link>
    <description>&lt;pre&gt;

A TemplateSyntaxError error has occurred in my previously functional 
project and after trying for hours to resolve it, it was determined it 
might be a cache error and to empty the tmp directory at the root (the 
template had been working fine for a week and nothing was changed that 
might have affected it).

I've searched online and can't seem to find a safe means of performing 
this. I don't want to inadvertently remove any essential information. If 
anyone knows how to perform this safely, it would be much appreciated. 

I found this but not sure if it's safe:

$ python manage.py shell


&lt;/pre&gt;</description>
    <dc:creator>DF</dc:creator>
    <dc:date>2012-05-26T07:37:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141398">
    <title>how to do this?</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141398</link>
    <description>&lt;pre&gt;hey guys, i need again a small help. i want to create so many htmls as the 
number of objects of my model in db. i am trying, but it is stopping after 
the first creation, because i am doing render_to_response and after the 
first render_to_response it is not going to the second loop, because i 
"return",  

how is it possible? 

this is my code.
 
for p in Produkt.objects.all():
            col = p.arg1
            row = p.arg2
            t = Template('&amp;lt;p&amp;gt; test &amp;lt;/p&amp;gt;')
            c = Context({'col': col, 'row':row})
            html = t.render(c)
            return render_to_response('book.html', {'html': html}, 
context_instance=RequestContext(request))
        return render_to_response('book.html', {'titel': titel}, 
context_instance=RequestContext(request))

thanks many 

&lt;/pre&gt;</description>
    <dc:creator>doniyor</dc:creator>
    <dc:date>2012-05-26T07:17:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141397">
    <title>django connect alternate database.</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141397</link>
    <description>&lt;pre&gt;hi,

I have a situation.  currently i have one default django 's database.
but, i wound like to connect to mssql/other database.
- how can i get connected to ms-sql/other database?
- is it we have to create class in models? the database is for read only.
Hope able to get the information.

Regards,
MH

&lt;/pre&gt;</description>
    <dc:creator>Min Hong Tan</dc:creator>
    <dc:date>2012-05-26T04:18:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141395">
    <title>How to call a correct version of python when multiple ones are installed?</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141395</link>
    <description>&lt;pre&gt;Hello,

I am very new to python and django. My question is,  since django works on 
python version more than 2.5 and if I am having multiple versions of python 
say 2.4 and 2.6, now how can I call django with the correct version of 
python. Is there any way to do that.

Any help would be appreciated.

Thank you,
Mohan Boddu.

&lt;/pre&gt;</description>
    <dc:creator>Mohan Boddu</dc:creator>
    <dc:date>2012-05-25T16:07:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141394">
    <title>[Django Gig - Sacramento/Bay Area, CA] Help make Django/FOSS a success for independent/local grocery retail</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141394</link>
    <description>&lt;pre&gt;I can read this list and the docs all I want, but there's no substitute for 
experienced code review and pair programming.

*So we, the Sacramento Natural Foods Co-op, are seeking a (preferably 
local) Django guru to help bring best practices to our in-house software 
development.

We have a small I.T. department with one full-time developer and are trying 
to liberate our internal systems using Free Software and Python/Django.  As 
a co-operative, we believe in local/community investment and sharing, which 
is why we are trying to empower in-house staff with custom software and 
tools.  We also hope to share our software with the broader grocery retail 
industry, at some point.  

We have been using Django for about a year for two projects, and are about 
to start a third.  We need someone to help provide support to our in-house 
developer 5-15 hours per week through on-site or remote pair programming 
and other means of collaboration to insure that we are building the best 
Django apps possible.

The curre&lt;/pre&gt;</description>
    <dc:creator>Tony Schmidt</dc:creator>
    <dc:date>2012-05-25T19:12:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141390">
    <title>Can't add groups in the admin interface</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141390</link>
    <description>&lt;pre&gt;Hi,

I'm using Django 1.3 with the "stock" admin interface. No customizations.  
In the Site Administration, I can add new users. However, if I try to add a 
group I get the Add Group screen, with the fields for name and selection of 
permissions, and the three save buttons at the bottom ("Save and add", 
"Save and edit", "Save").  After filling out the form, and clicking any of 
the saves I end up at:

ValueError at /admin/auth/group/add/ 

'Group' instance needs to have a primary key value before a many-to-many relationship can be used.

 Request Method: POST  Request URL: 
http://.../resources/admin/auth/group/add/  Django Version: 1.3.1  Exception 
Type: ValueError  Exception Value: 

'Group' instance needs to have a primary key value before a many-to-many relationship can be used.

 Exception Location: /usr/lib/python2.7/dist-packages/django/db/models/fields/related.py 
in __init__, line 493  Python Executable: /usr/bin/python  Python Version: 
2.7.3  Python Path: 

['/usr/lib/python2.7',
 '/usr/lib/pyt&lt;/pre&gt;</description>
    <dc:creator>Kevin Cole</dc:creator>
    <dc:date>2012-05-25T14:21:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141384">
    <title>Django Badges app</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141384</link>
    <description>&lt;pre&gt;Hi,


I have been looking at the Badges app in django - 
https://github.com/eldarion/brabeion/blob/master/docs/usage.txt and while 
it seems to be good at tracking the user's badges It doesn't have an easy 
way to associate images with badges. 

I tried inheriting the BadgeDetails class and using it as levels to the 
extended Badge class but I still am confused as to how to use it properly 
in an app. 

class BadgeIcon(models.Model):

    name = models.CharField(max_length=100)
    description = models.TextField()
    image = models.ImageField(upload_to="badges/", blank=True) 

class ExtraBadgeDetails(BadgeDetail):
    def __init__(self, badgeIcon):
self.name= badgeIcon.name
self.description = badgeIcon.description
self.image = badgeIcon.image 

class PointsBadge(Badge):

    def __init__(self, levels = None):
self.levels = levels

One registers the badges at the class level as badges.register(PointsBadge) 
and I don't really see any way to do it with object instances or how to 
create badges with icons when&lt;/pre&gt;</description>
    <dc:creator>Pratik Mandrekar</dc:creator>
    <dc:date>2012-05-25T12:23:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141383">
    <title>How to get News by category? - GET method</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141383</link>
    <description>&lt;pre&gt;Hi. How to get News by category name? My try: http://dpaste.com/752094/
If I click category name in template, nothing happens -&amp;gt; in web
browser is url: http://127.0.0.1:8000/news/category?music

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>enemybass</dc:creator>
    <dc:date>2012-05-25T12:01:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141374">
    <title>loop over model ids ? possible ?</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141374</link>
    <description>&lt;pre&gt;hey guys, 
i need to loop over the number of ids of objects in my db table and create 
accordingly the same number of html fields. how can i do it.. my effort is 
this: 
 numberOfIds = Produkt.objects.count()
        i = 1;
        for i in range(0,numberOfIds):
            p = Produkt.objects.get(id=i)
            #lookup in db and create html input field depending on the #of 
ids. 
            i=i+1

but it says: Produkt matching query does not exist. i know, obviously it is 
not right, but how is it possible? 

thanks for help 

&lt;/pre&gt;</description>
    <dc:creator>doniyor</dc:creator>
    <dc:date>2012-05-25T06:19:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141368">
    <title>Django GeoIP Module not found; can't remedy</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141368</link>
    <description>&lt;pre&gt;

I've spent several hours attempting to resolve my problems setting up GeoIP 
in Django to no avail and was hoping to get some guidance on what the 
problem(s) might be.

I'm working on an existing Django application that required some 
geolocation abilities, specifically getting a users IP and lat/long and 
then placing that info on a map marker. GeoIP and the associated libraries 
appeared to be the best solution for the first step.

I installed GeoIP on a Mac using Homebrew. I then manually created a folder 
in the root directory of my project with the GeoIPv6.data and 
GeoLiteCity.dat files. After this, I added the path in my settings file:

import os

DEBUG = True

TEMPLATE_DEBUG = DEBUG

BASE_DIR = os.path.dirname(os.path.abspath(__file__))

GEOIP_PATH = os.path.join(BASE_DIR, 'geoip'),

I then opened a command shell for the project and received the following 
error:


Traceback (most recent call last):

  File "&amp;lt;console&amp;gt;", line 1, in &amp;lt;module&amp;gt;

ImportError: No module named geoip

I can't seem to remed&lt;/pre&gt;</description>
    <dc:creator>DF</dc:creator>
    <dc:date>2012-05-24T23:10:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141364">
    <title>GeoIP install failure, advice needed</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141364</link>
    <description>&lt;pre&gt;Several hours of frustration here and looking to see if anyone has any 
advice.

I'm trying to install GeoIP vie Homebrew and receive the following error 
just prior to the install finishing:

"Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link geoip'"


brew link geoip returned this error:

"Error: Could not symlink file: 
/usr/local/Cellar/geoip/1.4.8/etc/GeoIP.conf.default
/usr/local/etc is not writable. You should change its permissions."


I'm not entirely familiar with permissions and such and was wondering what 
I needed to do from the command line to get this to link properly. Any help 
greatly appreciated.

&lt;/pre&gt;</description>
    <dc:creator>DF</dc:creator>
    <dc:date>2012-05-24T21:39:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141361">
    <title>Django installation error</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141361</link>
    <description>&lt;pre&gt;Hi,


I hope somebody can help me, I'm triying to install django on Win XP.
I downloaded it from django's official site.

Of course I have already python installed and when I do  "python
setup.py install" python give me the following message:



D:\python_27\Lib\site-packages\Django-1.4&amp;gt;python setup.py install
Traceback (most recent call last):
  File "setup.py", line 69, in ?
    version = __import__('django').get_version()
  File "D:\python_27\Lib\site-packages\Django-1.4\django\__init__.py",
line 15
    parts = 2 if version[2] == 0 else 3
               ^
SyntaxError: invalid syntax

D:\python_27\Lib\site-packages\Django-1.4&amp;gt;python
Python 2.4.5 (#1, Jul 22 2011, 02:01:04)
[GCC 4.1.1] on mingw32
Type "help", "copyright", "credits" or "license" for more information.
hola
  File "&amp;lt;stdin&amp;gt;", line 1
    ♦
    ^
SyntaxError: invalid syntax

I read in some other blog that it could be caused because the
uncompressed utiliy used...then  I tryed again with others but python
still showing me this message.

Thanks i&lt;/pre&gt;</description>
    <dc:creator>jggalvan&lt; at &gt;prodigy.net.mx</dc:creator>
    <dc:date>2012-05-24T20:19:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141352">
    <title>Error with Views on Admin and Index page</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141352</link>
    <description>&lt;pre&gt;I'm new to Django and recently got my very first environment set up
(Python 2.7, Django 1.3, with Postgres 9.1.3 and virtualenv)...

I set up everything for "Admin," (first time setup),got the LogIn
Page. But when I logged in, instead of going to the admin screen, I
got a message saying:

TemplateSyntaxError at /admin/
Caught ViewDoesNotExist while rendering. Could not import views. Error
was: No module named views.

I noticed I also get something similar after I uncommented the django-
supplied index page (in urls.py) (which I have also never
resolved...seems they may be connected?):

ViewDoesNotExist at / Could not import hgb_project.views. Error was:
No module named views

Would appreciate any help anyone has to offer...

Thanks,
cat

&lt;/pre&gt;</description>
    <dc:creator>cat123</dc:creator>
    <dc:date>2012-05-24T18:44:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141351">
    <title>Off-line Django apps / Caching and synchronizing data</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141351</link>
    <description>&lt;pre&gt;I've been asked to create an closed web application for our field staff. 
The trouble is is that they are sometimes in areas where there is no cell 
covereage and therefore no data connection. 

Has anyone else had a similar situation and do you have any pointers into 
solution approaches or apps I should be looking at?

My initial thoughts were ...

   - Somehow create a standalone django app that is the same as the online 
   one and then have it synchronize when it goes back online. Something ala 
   Google Gears / HTML5. But not done anything like this and I'm not sure how 
   complicated the synchronizing would be and I'm reluctant to roll out django 
   installations on loads of laptops.
   - Use a non-django app which might be a bit lighter, eg MS Access or 
   some sqlite front end and then have that synchronize. Again, similar issues 
   as above, although.
   - Have them complete a simple spreadsheet when offline which they can 
   upload to the django app and import the data once they get a data 
&lt;/pre&gt;</description>
    <dc:creator>ALJ</dc:creator>
    <dc:date>2012-05-24T19:00:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141343">
    <title>Soap Webservices with suds returns pdf response</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141343</link>
    <description>&lt;pre&gt;Hi! all

I make client using suds &amp;amp; call the SOAP webservice &amp;amp; i get the response as 
pdf string format, but it is not in proper format, i want to convert it 
into proper format &amp;amp; store it in the pdf file.
Can anybody suggest me, how this can be done?

Thanks in advance. 

&lt;/pre&gt;</description>
    <dc:creator>Madhu</dc:creator>
    <dc:date>2012-05-24T13:33:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.django.user/141337">
    <title>sorl.thumbnail is not working</title>
    <link>http://comments.gmane.org/gmane.comp.python.django.user/141337</link>
    <description>&lt;pre&gt;I'm not sure what I'm doing wrong, this is my template code:
{% load thumbnail %}

{% thumbnail result.object.image_path|make_thumb  "50x50" crop="80%
top" as im %}
&amp;lt;img src="{{ im.url }}"&amp;gt;
{% endthumbnail %}

where result.object.image_path|make_thumb, it's something like this:
http://93.XXX.XX.XXX:8000/uploads/files/img/wahanda/name.jpg

I also tried this:

{% thumbnail result.object.image_path  "50x50" crop="80% top" as im %}
&amp;lt;img src="{{ im.url }}"&amp;gt;
{% endthumbnail %}

where result.object.image_path is /uploads/files/img/wahanda/name.jpg
If I copy the path and put it in my browser, it works, so the path is
ok.

Also, this works:
{% thumbnail "http://www.aino.se/media/i/logo.png" "50x50" crop="80%
top" as im %}
  &amp;lt;img src="{{ im.url }}"&amp;gt;
{% endthumbnail %}

Any ideas on what i'm doing wrong?
I can't use ImageField in my model since I only store the path.

Any suggestion will be super appreciated.

&lt;/pre&gt;</description>
    <dc:creator>Oana Salageanu</dc:creator>
    <dc:date>2012-05-24T10:40:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.django.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.django.user</link>
  </textinput>
</rdf:RDF>

