Re: Internationalization in django and search engine indexing

2009-06-24 Thread Miguel Rodriguez
You should have a look at: http://code.google.com/p/django-localeurl/ I'm using it on my site and works really well and it's really easy to set up. You can check an example of how your urls will look once is implemented in here: http:\\jaratech.com Cheers, Miguel On Jun 23, 2:42 pm, Olivier

Re: Internationalization in django and search engine indexing

2009-07-01 Thread Miguel Rodriguez
cool. Glad to hear it solved your problem. On Jun 30, 12:07 pm, Olivier wrote: > I've integrated it and it seems to work fine. > If people are interested in an example of localeurl, you can > checkwww.spiderchallenge.com(just switch language at the bottom of the > sidebar) > We will see if goog

Re: postgres schemas and django admin

2009-07-01 Thread Miguel Rodriguez
and you have 'django.contrib.admin' under INSTALLED_APPS, right? On Jul 1, 6:58 am, Unnamed_Hero wrote: > > this only fails for admin? are the models being written to the database? > > Yes, it is. > I have a database already filled with data. For fetching data I > specify a class Meta with a db

Re: django + serving static CSS

2010-07-23 Thread Miguel Rodriguez
Hi Thomas, as you can see in django docs (http:// docs.djangoproject.com/en/dev/ref/settings/#setting-MEDIA_URL) MEDIA_URL --> it's just the url where your media (static content) resides. it can be a complete url (http://) or a reference to your current domain (/media/) So in the templates