Re: London Django User Group

2008-04-21 Thread Joe Bloggs
I live in St Albans but I am travel into London a few times a month so I wouldn't mind a meetup. My main criteria for the meetup would be that the pub has some real ale! That is assuming that people who want to attend are over 18. On Fri, Apr 18, 2008 at 9:17 PM, siudesign <[EMAIL PROTECTED]> wr

Re: New site - www.iau.org

2008-04-16 Thread Joe Bloggs
A nice clean site, I would be interested to know:- How long it took to develop? Which django components did you use? Any gotchas ( things that were unexpected or non-obvious ) you had on the way? Regards, Joe On Tue, Apr 15, 2008 at 11:03 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi

Re: Sending SMS messages

2008-01-28 Thread Joe Bloggs
There is a python API for sending SMS as well as making phone calls, see http://sdk.bt.com , the python bit can be accessed once registered via http://web21c.bt.com/downloads . Regards, Joe On Jan 26, 2008 8:07 AM, John <[EMAIL PROTECTED]> wrote: > > can you share some other service names, not

Re: Email model

2007-09-10 Thread Joe Bloggs
I'm hoping for a model that splits emails into several different tables, e.g. a table of senders, a table of recipients, the sent time, the text body, a table of attachments and possibly some other tables. If these are indexed I can create some forms and views that query the model to say show all e

Email model

2007-09-10 Thread Joe Bloggs
I would like to create a model for email so that I can write an application to collect all my emails and then I'll be able to search through them and actually find old relevant emails. Does this model exist anywhere or even better does this application exist? Regards, Joe --~--~-~--~

Re: ANN: Satchmo 0.5 Release

2007-08-23 Thread Joe Bloggs
http://www.satchmoproject.com/shop/ is giving me a "500 - Internal Error" --~--~-~--~~~---~--~~ 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 uns

Re: ANN: Screencast - Learn Django: Create a Wiki in 20 minutes

2007-07-25 Thread Joe Bloggs
Lovely tutorial - now all we need are newforms ... etc as these are really useful ways to learn On 7/25/07, Siddhi <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've create a tutorial screencast for Django. It runs for about 20 > minutes and demonstrates creating a simple wiki app in Django. I've > upl

Re: Which database, and why?

2007-07-20 Thread Joe Bloggs
PostgreSQL scales better with more users http://tweakers.net/reviews/649/7 MySQL accepts the date 31st February 2007 and has several other lax views of rounding data or squeezing it in when it should reject it. http://safari.oreilly.com/0596002114/msql2-CHP-16-SECT-3 MySQL only supports transac

Re: Help for side project needed (Django + JavaScript)

2007-07-05 Thread Joe Bloggs
The minimum wage in the UK for people over 22 is £5.35 which at current exchange rates is $10.70 On 7/5/07, wrb <[EMAIL PROTECTED]> wrote: > > 10usd/h? for god's sake > > 2007/7/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > Django Users, > > > > First let me apologize for this spammy post.

Re: Time duration - which field type to use

2007-06-20 Thread Joe Bloggs
Thanks, that is what I was thinking a field containing the number of seconds is the most flexible - shame there are no timedelta fields in the database. Joe On 6/20/07, James Bennett <[EMAIL PROTECTED]> wrote: > > > On 6/20/07, Joe Bloggs <[EMAIL PROTECTED]> wrote: > >

Time duration - which field type to use

2007-06-20 Thread Joe Bloggs
The BBC provides XML files of all their transmitted programmes. For those who are interested they are held here http://backstage.bbc.co.uk/feeds/tvradio/doc.html . I have written a simple XML parsing programme that extracts the data I require so now I'm about to write the Django model to store thi