Field Types:
- Numeric Data
- IntegerField
- DecimalField
- Textual Data
- CharField
- Requires max_length attribute
- TextField
- Doesn't require max_length attribute
- EmailField
- URLField
- File Data
- FileField
- Example: filename.docx
- ImageField
- Example: abc.jpg
- Miscellaneous Data
- BooleanField
- DateTimeField
This link provides detailed info about field arguments and field types.
Previous in this Series | Next in this Series
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
No comments:
Write comments