Re: new text area in django admin page

2011-03-31 Thread jay K.
thanks, it works fine!! I can't believe I spent 2 days trying to sort out my database issues greatly appreciate your advice :) On Thu, Mar 31, 2011 at 3:04 PM, Shawn Milochik wrote: > > On Mar 31, 2011 1:55 PM, "jay K." wrote: > > > > Thanks for the advice, > > > > But I am not exactly migrat

Re: new text area in django admin page

2011-03-31 Thread Shawn Milochik
On Mar 31, 2011 1:55 PM, "jay K." wrote: > > Thanks for the advice, > > But I am not exactly migrating databases, just modifying an existing one > > And that's exactly what South is for. > On Thu, Mar 31, 2011 at 2:50 PM, Shawn Milochik wrote: >> >> On Thu, Mar 31, 2011 at 1:39 PM, jay K. wrote

Re: new text area in django admin page

2011-03-31 Thread jay K.
Thanks for the advice, But I am not exactly migrating databases, just modifying an existing one On Thu, Mar 31, 2011 at 2:50 PM, Shawn Milochik wrote: > On Thu, Mar 31, 2011 at 1:39 PM, jay K. > wrote: > > > > > > > > So what am I doing wrong? > > > > Use South for your database migrations:

Re: new text area in django admin page

2011-03-31 Thread Shawn Milochik
On Thu, Mar 31, 2011 at 1:39 PM, jay K. wrote: > > > So what am I doing wrong? > Use South for your database migrations: http://south.aeracode.org/ Otherwise you have to write raw SQL statements to modify the database, or delete the entire database and use syncdb to re-create it to match you m

Re: new text area in django admin page

2011-03-31 Thread jay K.
that right, I've provided a very vague question I have to modify an existing models.py file. What I basically want to do is to add a new Text Area in the django admin page so I can add a new subpage. Here is what I do step by step 1) I open models.py and insert the following code: // start of c

Re: new text area in django admin page

2011-03-31 Thread Daniel Roseman
On Thursday, March 31, 2011 3:35:15 PM UTC+1, jay K. wrote: > > hello > > how can i add a new text field in the django admin area > > i want to create a new subpage > > thanks > > > Before asking a question, have a think about what you actually want to ask. Then think about whether you're providi

new text area in django admin page

2011-03-31 Thread jay K.
hello how can i add a new text field in the django admin area i want to create a new subpage thanks -- 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 g