Skip to content

Commit

Permalink
Use lorem library for sample/placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalan87 committed Nov 18, 2018
1 parent 7272181 commit aff5505
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dashboard/remote.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
from collections import namedtuple
import lorem

Show = namedtuple('Show', ['title', 'users', 'nickname', 'description', 'sites', 'logo_path'])


class Store:

sample_descr = \
"""
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
"""
sample_descr = lorem.paragraph()

shows = \
[
Expand Down

0 comments on commit aff5505

Please sign in to comment.