Pivot table between users and the users they follow.
More...
Detailed Description
Pivot table between users and the users they follow.
Definition at line 11 of file pivot_tables.py.
Member Data Documentation
string wowf.models.pivot_tables.Buddy.__tablename__ = 'buddies' |
|
staticprivate |
tuple wowf.models.pivot_tables.Buddy.buddy_id |
|
static |
Initial value:Column(
Integer(unsigned=True), ForeignKey('users.id', ondelete='cascade'),
primary_key=True, autoincrement=False)
Definition at line 17 of file pivot_tables.py.
tuple wowf.models.pivot_tables.Buddy.user_id |
|
static |
Initial value:Column(
Integer(unsigned=True), ForeignKey('users.id', ondelete='cascade'),
primary_key=True, autoincrement=False)
Definition at line 14 of file pivot_tables.py.
The documentation for this class was generated from the following file: