Skip to content

Commit

Permalink
more seed for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun Han Chung authored and Geun Han Chung committed Nov 24, 2024
1 parent e9c26b4 commit c85e66b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,13 @@ async def seed(current_user: User = Depends(get_current_user), db: Session = Dep
db.commit()
db.refresh(section)
page = models.Page(
content="Some content about Linear Algebra",
content="""
Stefani Joanne Angelina Germanotta[a] (born March 28, 1986), known professionally as Lady Gaga, is an American singer, songwriter and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music and regarded as a pop icon.
After signing with Interscope Records in 2007, Gaga achieved global recognition with her debut studio album, The Fame (2008), and its reissue The Fame Monster (2009). The project scored a string of successful singles, including "Just Dance", "Poker Face", "Bad Romance", "Telephone", and "Alejandro". Gaga's five succeeding studio albums all debuted atop the US Billboard 200. Her second full-length album, Born This Way (2011), explored electronic rock and techno-pop and sold more than one million copies in the first week. Its title track became the fastest-selling song on the iTunes Store, with over one million downloads in less than a week.
""",
order=0,
section_id=section.id,
)
Expand Down

0 comments on commit c85e66b

Please sign in to comment.