Getting Started

2012-09-24 Thread Greg Lindstrom
Hello, I am having trouble getting started using Django 1.4.1 on my Windows 7 machine. Everything appears to be installed (I'm running Python 2.7 and have been programming in Python for over 10 years; I figure it's time to see what all the fuss is over "the web" :-). Reading through the tut

PyCon 2009 (US) - Call for tutorials Extended to 11/3

2008-10-30 Thread Greg Lindstrom
ructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

PyCon 2009 - Call for tutorials nearing the end

2008-10-29 Thread Greg Lindstrom
l selections will be announced in early December to give you time to prepare your class and PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) --~--~-~--~~---

PyCon 2009 (US) - Call for Tutorials

2008-10-18 Thread Greg Lindstrom
epare your class and PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) --~--~-~--~~~---~--~~ You received this message because you are subscribed

PyCon 2009 - Call for tutorials

2008-10-10 Thread Greg Lindstrom
epare your class and PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) --~--~-~--~~~---~--~~ You received this message because you are subscribed

Setting up Django

2008-07-10 Thread Greg Lindstrom
Hi Everyone- I am in the process of putting up my first Django site and am to the point of getting it off my laptop and onto a hosted service. The company I am doing this for has an existing relationship with web.com and wants to stay there, if possible. What do I need to know or ask as we get

html and TextField

2008-06-28 Thread Greg Lindstrom
I would like to store text with html markup in a table to be displayed to the screen. When I created a TextField and placed html markup in it, all of the tags were escaped automatically. It there a setting to turn this off (I didn't see it in the online documentation), or is there another field

Attachments in Django

2008-06-26 Thread Greg Lindstrom
I am just about ready to launch my first Django Website! It for a local gym where my daughter trains and I offered to rewrite their current site because it's out of date (www.sonshineacademy.com). I've set up the database to handle their announcements and I think it's going to work out fine. No

Setting up multiple sites

2008-05-17 Thread Greg Lindstrom
I am ready to deploy my first Django site on the web and am looking at starting another. Are there any collective thoughts on whether I should add the new app to my existing Django project or start an entire new project? I don't want to get site data mixed together, but I will have a number of c

Sorting Drop-down fields on Admin site

2008-05-06 Thread Greg Lindstrom
Hello- Is there a way to sort the drop down select boxes on the Admin site? I have a class, Chart, which represents a piece of music for my brass quintet library. Each charts has a composer, an arranger and a publisher which are represented by the Composer, Arranger, and Publisher classes. When

Layout Questions

2008-04-20 Thread Greg Lindstrom
Hello Everyone- I to the point of putting together my first Django web app (heck, my first real web app). It's for a gym where my daughter takes gymnastics (level 7, thank-you). This one is mostly static content, but I have created a few tables and it's getting me a feel for putting together a s

Images and Stylesheets

2008-04-11 Thread Greg Lindstrom
Hello Everyone- I started learning Django at PyCon in Chicago and have worked most of the way through the "Django Book" and Sams "Teach Yourself Django", as well as "Head First HTML with CSS and XHTML". It's been quite a lot for this old dog, but I'd like to take a crack a writing my own web site

css problem

2008-03-27 Thread Greg Lindstrom
Hello List! Things clicked tonight! I visited with Jacob at PyCon and decided that it was time to really learn Django. I have gone through most of the Django book (online) and the Head First XHTML with CSS books. Tonight, everything came together and I've written my first web pages using Django