Re: Internationalized URL different per language

2012-07-13 Thread Daniel Geržo
On 13.7.2012 21:48, galgal wrote: I need to make an urlpattern different for each language, but following to the same view. for example: url(r'^category/(?P[\w-]+)/, 'news.views.category', name='category'), in english url(r'^kategoria/(?P[\w-]+)/, 'news.views.category', name='category'), in poli

Re: Different sub-domain for each app

2011-11-19 Thread Daniel Geržo
On 18.11.2011 18:08, Tim Makobu wrote: Hi all, I have one domain, for example, adomain.com , and one django project. I plan to have each app serve a subdomain, like blog.adomain.com served by the blog app, and catalogue.adomain.com

Re: Error with LayerMapping utility import into Postgresql 9.1

2011-11-18 Thread Daniel Geržo
On 17.11.2011 4:32, Henry wrote: Hey All Im running through the Geodjango tutorial and am getting an error running the load.py. I get the following error; "DatabaseError: invalid byte sequence for encoding "UTF8": 0x00". It throws this error on the first row of the world borders shapefile. I