User:Andre Castro/2/django/manytomany
< User:Andre Castro
Revision as of 12:35, 17 January 2013 by Andre Castro (talk | contribs) (Created page with "I want to introduce a character model to the [http://pzwart3.wdka.hro.nl/django/acastro/collect_spam/spam/ database of spam email messages] I have been developing. This will...")
I want to introduce a character model to the database of spam email messages I have been developing.
This will be a way to account for the characters in the spam narratives, either the ones described in them or narrating them.
The character field
I must contain the following fields:
- Name
- Date of Birth (optional)
- Date of Death (optional)
- Nationality (optional)
- Occupation (optional)
- Biography (optional)
- Appearances in media (optional)
- Other (optional)
- Picture file (optional)
- Rating ( https://github.com/dcramer/django-ratings )
- be ManyToMany: a character can be present in more that one email; one email can have more than one character.
- the LINK TABLE must allow for the misspellings of the character's name (eg: Mr. Castro was spelled Mr. Costro in email#40)