Django for Designers: Difference between revisions

→‎Add some bookmarks via the command line: Fix typo where "title" was misspelled as "pub_date"
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:
>>> b.title = "WHEEEE"
>>> b.save()
>>> b.pub_datetitle
"WHEEEE"
</source>
Anonymous user