Re: Anyone built a django site in Welsh?

2007-08-29 Thread Jason Davies
Hi Matt, On Aug 29, 12:02 pm, "Matt Davies" <[EMAIL PROTECTED]> wrote: > How did you get that character into the database? > > Did you add it to a web form and put it in like that? > > If so, did you type the character, or did you copy and paste it from > somewhere else? I copied and pasted it

Re: Anyone built a django site in Welsh?

2007-08-29 Thread Jason Davies
Hi Matt, On Aug 29, 11:19 am, "Matt Davies" <[EMAIL PROTECTED]> wrote: > Jason, do me a favour, can you try putting the welsh w character with a > circumflex into one of your django sites, see if it get's transated ok for > me? Seems to work fine for me. Are you sure the MySQL database is

Re: Anyone built a django site in Welsh?

2007-08-29 Thread Jason Davies
On Aug 29, 11:07 am, Jason Davies <[EMAIL PROTECTED]> wrote: > http://www.cyswllt.org/cy/ There's also a Welsh translation of my fbfriends Facebook application: http://www.jasondavies.com/fbfriends/ Jason --~--~-~--~~~---~--~~ You received this messag

Re: Anyone built a django site in Welsh?

2007-08-29 Thread Jason Davies
Hello, One of my first Django-powered sites was in fact bilingual (Welsh and English) :-) http://www.cyswllt.org/cy/ To activate the Welsh translation of the admin interface, simply set LANGUAGE_CODE [1] to 'cy' in your settings. Jason [1]

Re: Unicode-branch: testers wanted

2007-05-30 Thread Jason Davies
On May 24, 2:06 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > The unicode branch, [1], is now at a point where it is essentially > feature-complete and could do with a bit of heavy testing from the wider > community. > > So if you have some applications that work against Django's current >

Re: Tagging app

2006-05-26 Thread Jason Davies
Sounds great, I'd love to see this added. Regards, Jason --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from

Re: Please help with django tutorial #2

2006-02-16 Thread Jason Davies
Sounds like you haven't done `python manage.py install polls` Regards, Jason --~--~-~--~~~---~--~~ 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@googlegroups.com

Re: magic_removal table update

2006-01-25 Thread Jason Davies
Max Battcher wrote: > I'm living on the bleeding edge (just migrated to rev. 2123) with my > current development, and followed the suggested ALTER TABLE commands > from the wiki page, and though I can read from the data (all of the > views work correctly), I can't save because all of the

Re: New-admin problem

2005-11-11 Thread Jason Davies
Which revision are you using? I think rjwittams fixed it in revision #1159. --Jase

Re: Problem/questions about generic views

2005-09-24 Thread Jason Davies
PythonistL wrote: > urlpatterns = patterns('', > (r'^list/(?P\d+)/$', > 'django.views.generic.list_detail.object_list',info_dict), > ) > > > is it possible to use ,for example, > /list/3/ > > to move to page 3 This doesn't work because object_list doesn't take a