How to SEO adapt a I18N django web site..

2009-06-04 Thread jenlu
Hi, this topic is somewhere between django - implementation - SEO stuff... I am currently running http://work724.com - a business system based on Django. The intro/signup site is in both English and Swedish (in process of adding more languages) and using django language cookie for getting this

Re: How to SEO adapt a I18N django web site..

2009-06-04 Thread jenlu
Great and thanks, on the road but will get these fixes done when I get back on Monday. Thx !!! --~--~-~--~~~---~--~~ 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@g

Re: How to SEO adapt a I18N django web site..

2009-06-07 Thread jenlu
Hi, could not wait so started to get this done while at ARN airport. Two things (i) Swedish is 'sv' or 'swe' in ISO639 depending if you want to use the 2 or 3 char style - but nevermind... (ii) installed and have everything up and running but can not find or understand the connection the I18N cook

Re: How to SEO adapt a I18N django web site..

2009-06-11 Thread jenlu
Quick update - got it to work !!! Still awaiting for google to index my site under http://work724.com/en/start/ and http://work724.com/sv/start/ but everything seems to be working. One issue I had was the ordering of modules. Using localeurl 1.3 and in installation guide step 2 states: '...Add '

Problem with cascade delete of onetoone relation

2009-06-11 Thread jenlu
I have a model 'Account' with a OneToOne relation to another model Tokens and then lots of other stuff in my models Class Account (. tokens = models.OneToOneField('TokenStore', verbose_name=_(u'Token Store'), related_name='account') When deleting an Account from admin gui

Re: Send and Receive SMS from a django app

2010-01-13 Thread jenlu
RapidSMS is - if I can read it correctly - basically a GSM modem hw and some django stuff around it. So you install it on your hw and then send your own SMS. Still, sort of 'old-school' ;-) We have done it by interfacing our django app towards an SMS GW provider (actually both SMS, MMS and sending

Re: Send and Receive SMS from a django app

2010-01-13 Thread jenlu
RapidSMS is - if I can read it correctly - basically a GSM modem hw and some django stuff around it. So you install it on your hw and then send your own SMS. Still, sort of 'old-school' ;-) We have done it by interfacing our django app towards an SMS GW provider (actually both SMS, MMS and sending