Last active
March 29, 2020 07:10
-
-
Save edujustin-hphk/f3aa9c5eaaa50ed99ec352703a611a7d to your computer and use it in GitHub Desktop.
card dummy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.card dummy data | |
articles = [ | |
['test title1', 'test content1'], | |
['test title2', 'test content2'], | |
['test title3', 'test content3'], | |
['test title4', 'test content4'], | |
['test title5', 'test content5'], | |
] | |
2. community dummy data | |
articles = [ | |
['#', 'Title', 'Content', 'Creation Time'], | |
['test title 1', 'test content 1', 'test creation time1'], | |
['test title 2', 'test content 2', 'test creation time2'], | |
['test title 3', 'test content 3', 'test creation time3'], | |
['test title 4', 'test content 4', 'test creation time4'], | |
['test title 5', 'test content 5', 'test creation time5'], | |
['test title 6', 'test content 6', 'test creation time6'], | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment