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]> wrote:

>
> Hi all,
>
> For over a year now i've wanted to set up a London Django User Group
> to get more involvement in Django from the UK community. For now i'm
> just looking to see how many people would be interested in a monthly
> meeting where (as is typical in user groups) people interested in
> django would meet to discuss ideas, listen to talks and of course eat
> pizza + drink beer. My goal is not to make Django the most popular
> framework around, instead I want to gather a bunch of people to
> discuss ideas which will continue to strengthen and add to Django and
> if popularity is a side effect of that then great!
>
> The first meeting would just be a gathering over drinks and food and a
> general "what would you like to get out of this and who are you" and
> then hopefully in meetings from that point on we can get down to
> discussing ideas and get some speakers in.
>
> Some of you might know me as "siudesign" from IRC, where I spend part
> of my time. I'm the Technical Director of Siu Design (a design/
> development/django shop in London) and my new day job is as a Django
> Developer for GCAP Media. So as you can see Django is a huge part of
> my life and something i'm quite passionate about.
>
> This is one of the ways i'll be giving back to the community. So, if
> you're interested, just drop a message on here or send me an email and
> i'll update you as to when the first meeting will be (which will be
> posted on upcoming).
>
> Regards
>
> Robert
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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,
>
> We just released a new website for the International Astronomical
> Union today (an organization of 10.000 professional astronomers, most
> famous for demoting Pluto as a planet - now it's only a "dwarf
> planet"). You can access website at http://www.iau.org
>
> Besides having a nice front-end for visitors, Django allowed us to
> quickly build an intuitive and appealing interface for the managing
> vast amount of membership data and relations for IAU.
>
> Thanks for viewing,
> Lars Holm Nielsen
> ESA/Hubble
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 necessarily cheaper but
> with a decent api like clickatell has?
>
> >>> clickatell is the best for price and reliability
>
>
> Regards,
> SMS Gateway Expert
> http://www.visualtron.com
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 emails
that have an attachment and was sent between two dates that had multiple
recipients.

Hopefully this would help me manage my emails so I can actually find old
ones quickly :-)

Regards,

Joe

On 9/10/07, Anton P. Linevich <[EMAIL PROTECTED]> wrote:
>
>
> Greeting, Joe!  Mon, Sep 10, 2007 at 02:24:11PM +0100, polonium210 wrote:
>
> > 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?
>
> How do you plan find old relevant emails?
> There is model User in django, which can be usefull for you.
>
> --
> Anton P. Linevich
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
> uploaded it to showmedo. Check it out here -
> http://www.showmedo.com/videos/video?name=110=110
>
> Any feedback would be welcome.
>
> --
> Siddharta Govindaraj
> http://siddhi.blogspot.com
> http://www.silverstripesoftware.com/blog/
>
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 transactions with the InnoDB backend which has been
bought by Oracle.

http://www.innodb.com/

You can do a hot backup  ( backup when the database is open ) of PostgreSQL
without buying software - you have to buy the InnoDB hot backup software.

The best point for MySQL is that the query "select count(*) from table" is
much quicker than PostgreSQL.

You have to remember to auto vaccuum a postgresql database to get rid of old
data that is no longer required.

MySQL is dual licensed both open source and commercial. I still haven't got
my head around this one - if you distribute a product that includes MySQL
for money then you need to buy a license. PostgreSQL is the BSD license so
is totally free to use as you wish.

In general if you don't already have expertise in MySQL then you should
always choose PostgreSQL - my opinion for what it's worth :-)



On 7/20/07, walterbyrd <[EMAIL PROTECTED]> wrote:
>
>
> I know that PostgreSQL is recommended, but why? Are the django
> developers assuming a high-traffic, database intensive site. Are the
> django developers assuming that you will not be using shared hosting?
>
> I seems to me, that if you are using shared hosting, and if your
> database needs are modest, Sqlite3 might be the best choice.
> Especially when Python 2.5 becomes more standard on shared hosting.
>
> For one thing, with sqlite, you don't have to share a database server
> with others. Judging from the way Drupal runs on dot5hosting, or
> dreamhost, this might make a real difference. Also sqlite is almost
> trivial to setup and administrate.
>
> Has anybody had any particular difficulties with MySQL?
>
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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. I first tried contacting
> > several contractors posted on the Django Project website, but did not
> > have much luck. One person I did get in touch with suggested that I
> > try here as well.
> >
> > I have a game website that I am currently migrating off of Webware to
> > Django, but I could use another set of hands/brains to get things
> > wrapped up over the next 3-6 months.
> >
> > The technology stack is:
> >
> > - Debian (Ubuntu) Linux
> > - Apache
> > - MySQL
> > - Python (Django)
> > - XHTML + CSS
> > - JavaScript (YUI)
> > - CVS
> >
> > High-level Project details:
> >
> > - About 120-160 hours of work remaining
> > - Work can be done remotely
> > - Work when you want (we just need time to sync up via Email and IM)
> > - Looking to keep a slow but steady pace (10-20 hours per week)
> > - My budget is limited (10 USD per hour), so I believe that will limit
> > (by location/cost of living) of who can help
> > - I have a Ubuntu VMWare instance with the entire project, so you
> > won't need to clutter your machine with my software configuration
> >
> > If you are interested, please send me an email directly (let's not
> > bother the whole group) and I will answer any questions you may have:
> >
> > [EMAIL PROTECTED]
> >
> >
> > regards,
> > Shootclub Webmaster
> >
> >
> > >
> >
>
>
> --
> 韦日宝
> wei ribao
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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:
> > This means the duration is 25 minutes long. What would be the best field
> to
> > keep this data in? I suspect that I will use this data to calculate the
> end
> > time of the programme but the duration is also useful.
>
> Assuming that another piece of metadata provided by the XML format is
> the date and time at which broadcast of the program begins (which
> would go into a DateTimeField), a PositiveIntegerField storing either
> the number of minutes or the number of seconds (probably preferable)
> of the duration would be a good choice -- you could then use Python's
> 'timedelta' class to calculate the time at which the program ends, by
> feeding the duration to timedelta's constructor and adding the
> resulting object to the datetime value of the program's start.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of
> correct."
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 this data - all
of this is obvious except for the duration of the programme. This is
presented as:-

PT00H25M00S

This means the duration is 25 minutes long. What would be the best field to
keep this data in? I suspect that I will use this data to calculate the end
time of the programme but the duration is also useful.

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---