This is the reason I don't want to go any further with this than just a
python dictionary.

My category system uses a modified preorder traversal tree. To port a
wordpress category tree, I would need to do some calculations on the data to
insert it correctly. Because I wrote my own preorder tree plugin, I would
definitely tie the import process into this.

Other people will use just a straight parent relationship in the database.

Some people will want their own table devoted to tags, others just want a
field in their posts table that holds tags.

How can I honestly account for any kind of data format a person might want?

-Thadeus




On Tue, Dec 1, 2009 at 4:50 PM, Thadeus Burgess <thade...@thadeusb.com>wrote:

> So, supply the default table-names for the data.
>
> if those table names exist, with the field names, insert the data?
>
> Have a default supply, but allow user to override.
>
> This is becoming a plug-in :)
>
> -Thadeus
>
>
>
>
>
> On Tue, Dec 1, 2009 at 2:47 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
>> You said:
>> > Since every site is different, and has different table
>> > structure, or checks that need to be performed on the data, I leave it
>> to
>> > the programmer to do this.
>> pehaps you can have an automatic default.
>>
>> On Dec 1, 10:55 am, Thadeus Burgess <thade...@thadeusb.com> wrote:
>> > create which models dynamically?
>> >
>> > -Thadeus
>> >
>> > On Tue, Dec 1, 2009 at 10:48 AM, mdipierro <mdipie...@cs.depaul.edu>
>> wrote:
>> > > u could create the models dinamically if you have tablenames and
>> > > record valu
>>
>> --
>>
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To post to this group, send email to web...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/web2py?hl=en.
>>
>>
>>
>

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to