echevemaster / fedora-college

Fedora College's website
Other
13 stars 10 forks source link

Possible structure of Models. #7

Closed hammadhaleem closed 10 years ago

hammadhaleem commented 10 years ago

Hello,

I have prepared an ER diagram for possible structure of the models. I did write the code, and is currently commented. Open for discussions

desktop

Present in the fedora_college/core/models.py file.

yograterol commented 10 years ago

Not any fields string type should be String(255).

Tags is must a relation in a intermediate table

hammadhaleem commented 10 years ago

@yograterol corrected that. Added a table linking tags with content. But still left this column to show tags without much processing.