Code4Startup

Task 8、9の辺りは、ひたすらページ作成のコーディングをしていきます。
こういうドリル的なこと:写経も必要。

すんなりいかないところとして、
modelの作成で
restaurant = models.ForeignKey(Restaurant, on_delete=models.CASCADE)
講義の中では、on_deleteは記載していませんが、必要と怒られます。

offsetの書き方は注意
http://jqinglong.wp.xdomain.jp/2018/04/03/code4startup-%ef%bd%9e-landing-page%e3%82%92%e4%bd%9c%e3%82%8d%e3%81%86/

Code4Startup

by カエレバ