4
votes
Foreign key from one app into another in Django
According to the docs, your second attempt should work:
To refer to models defined in another application, you must instead explicitly specify the application label. For exam …
