Skip to content

Instantly share code, notes, and snippets.

@yozlet
Created November 29, 2018 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yozlet/bf1cc8e2e0d53f35004ef70d66cf0842 to your computer and use it in GitHub Desktop.
Save yozlet/bf1cc8e2e0d53f35004ef70d66cf0842 to your computer and use it in GitHub Desktop.

This is me testing TIL.

It wants me to explain!

    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment