Thursday, March 31, 2011

Re: new text area in django admin page

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 <shawn@milochik.com> wrote:


On Mar 31, 2011 1:55 PM, "jay K." <jay.developer2000@gmail.com> 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 <shawn@milochik.com> wrote:
>>
>> On Thu, Mar 31, 2011 at 1:39 PM, jay K. <jay.developer2000@gmail.com> wrote:
>>
>> <snip>
>> >
>> >
>> > 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 model.
>>
>> I think South is the best of those options.
>>
>> Shawn
>>
>> --
>>
>> 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 django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>>
>
> --
> 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 django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment