Created
November 29, 2018 05:13
-
-
Save yozlet/bf1cc8e2e0d53f35004ef70d66cf0842 to your computer and use it in GitHub Desktop.
Revisions
-
yozlet created this gist
Nov 29, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # This is me testing TIL. It wants me to explain! ```python employee_id = fields.Field( attribute="employee", column_name="employee_id", widget=ForeignKeyWidget(Employee, field='employee_id') ) It'd be nice if there was more room for Markdown _below_ the code sample. ``` --- Created with [📕TILed](https://github.com/rahuldhawani/TILed)