Re: Blog engine

2006-11-16 Thread elake
Check out http://www.23excuses.com/2006/Jul/07/23-excuses-release-and-introduction/ too. Eric Lake On Nov 16, 7:49 am, Picio <[EMAIL PROTECTED]> wrote: > You can also try to build It yourself following this, It's funny! ;) > > http://www2.lamptraining.com/screencast/1 > > Picio > > 2006/11/16, G

Re: Database design

2006-11-15 Thread elake
Thanks for all of the suggestions. I will be checking those out. On Nov 15, 2:25 am, Carl Holm <[EMAIL PROTECTED]> wrote: > Another good read on the subject... > > Title: Database in Depth > Subtitle: Relational Theory for Practitioners > First Edition: May 2005 > Series: Theory In Practice > ISB

Re: PySchool - Online Python Web Framework Workshop.

2006-11-07 Thread elake
This could be very nice if done right. I am looking forward to see what you have in mind. On Nov 7, 6:10 am, "Spider" <[EMAIL PROTECTED]> wrote: > Question 2 says "select all that apply", but you have radio buttons not > check boxes, so only one option can be selected. --~--~-~--~~-

Re: Is Django the right tool for the job?

2006-11-04 Thread elake
It sure does. I can see in my minds eye what I want to create. Now I just have to learn how to write it. I am eagerly awaiting the release of each chapter of the DjangoBook. On Nov 3, 2:02 pm, iain duncan <[EMAIL PROTECTED]> wrote: > On Fri, 2006-03-11 at 13:17 +0000, elake wrote: &

Is Django the right tool to use?

2006-11-04 Thread elake
I am working with a small team to create a new web site for our church. We have found a site (http://www.prestonwood.org) that we would like to use as a model and I am wondering if django is the right tool for the job. I looked at other django powered sites (http://www.ljworld.com/, http://www.law

Re: Is Django the right tool for the job?

2006-11-03 Thread elake
Thanks. Thats what I thought. I think that we are going to put up a site that is all from a WYSIWYG and in the background I am going to work on a Django powered site. Would you recommend Postgres over MySQL or the other way around? On Nov 2, 11:21 pm, iain duncan <[EMAIL PROTECTED]> wrote: > > I

Re: Problems posting

2006-11-02 Thread elake
Never mind. On Nov 2, 10:05 pm, "Eric Lake" <[EMAIL PROTECTED]> wrote: > I have tried to post a new discussion two or three times today from > different networks and computers with no luck. Do the comments have to be > moderated and allowed before they are displayed? > > -- > Thanks > > Eric La

Re: Whitespace in posts

2006-06-09 Thread elake
Thanks for the quick response. That was exaclty what I was looking for. --~--~-~--~~~---~--~~ 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

Whitespace in posts

2006-06-09 Thread elake
I have gone through the tutorial on IBM's site and I am really liking django. The question that I have is how do I put whitespace into posts that are made using the admin interface? I want to be able to type a line, hit enter a few times, then type more and have the blank space between the lines.