Newbie Q: Is there a way to prevent Django from creating fields w. 'Not Null' by default?

2010-07-01 Thread Barto
I've been following 'Writing Your First Django App. Pt. 1' substituting my own object names in experiment. Noticed that when I told Django to create my tables, it did so giving all (psycopg2/postgres) fields the 'not null' setting. Easy to change this via PgAdmin, but I'm wondering if it is possib

Simple Ajax Page

2009-08-05 Thread matt barto
Hello, I am attempting my first ajax page to no avail. My goal is to have a form with a text box and upon submission I will append all the text to the html. Here is the javascript leveraging jquery. $(document).ready(function() { $('#submit').submit(function () { $('#content').app

Re: ANN: Django 1.1 released!

2009-07-29 Thread matt barto
Congrats! Can't wait to try it out. Thanks for all the hard work. On Jul 28, 11:23 pm, James Bennett wrote: > Tonight we're extremely proud to announce the release of Django 1.1, > the latest major milestone in Django's development. > > To learn about the new release: > > * Blog post:http://ww

Re: 404 Emails Not Sending

2009-05-08 Thread matt barto
Issue resolved. Thanks for any views. On May 8, 11:00 am, matt barto wrote: > Hello, > > I know there are several posts with this topic, but I have yet to > solve my issue.  I currently setup my system to have email > notifications for 500 successfully.  I ha

404 Emails Not Sending

2009-05-08 Thread matt barto
Hello, I know there are several posts with this topic, but I have yet to solve my issue. I currently setup my system to have email notifications for 500 successfully. I have managers set, SEND_BROKEN_LINK_EMAILS = True, and am including CommonMiddleware. I am able to view my 404.html page, but

Email CC List

2009-05-06 Thread matt barto
Hello Django Users! I am a novice django user, and I am curious why there is no ability to send emails with a CC list? If there is, how is this done? The current documentation only talks about a Bcc list which is not what I want. Thanks in advanced. Matt --~--~-~--~~~-