Django for Designers: Difference between revisions

Content added Content deleted
imported>Paulproteus
(→‎Add some bookmarks via the command line: Fix typo where "b" was misspelled as "q")
imported>Paulproteus
(→‎Add some bookmarks via the command line: Fix typo where "title" was misspelled as "pub_date")
Line 861: Line 861:
>>> b.title = "WHEEEE"
>>> b.title = "WHEEEE"
>>> b.save()
>>> b.save()
>>> b.pub_date
>>> b.title
"WHEEEE"
"WHEEEE"
</source>
</source>