Skip to content

Commit fa66cd3

Browse files
author
Shaun Sephton
committed
some more test fields
1 parent ff0e072 commit fa66cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project/models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33

44

55
class Post(models.Model):
6-
content = RichTextField()
6+
content_basic = RichTextField(config_name='basic')
7+
content_full = RichTextField(config_name='full')
8+
content_custom = RichTextField(config_name='custom')

0 commit comments

Comments
 (0)