Skip to content

Instantly share code, notes, and snippets.

@yozlet
Created November 29, 2018 05:13
Show Gist options
  • Select an option

  • Save yozlet/bf1cc8e2e0d53f35004ef70d66cf0842 to your computer and use it in GitHub Desktop.

Select an option

Save yozlet/bf1cc8e2e0d53f35004ef70d66cf0842 to your computer and use it in GitHub Desktop.

Revisions

  1. yozlet created this gist Nov 29, 2018.
    16 changes: 16 additions & 0 deletions This_is_me_testing_TIL..md
    Original 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)