django: Reverse GenericForeignKey Inline in Django Admin
Budget: $10 – $30 USD
I'm trying add an a reverse related inline form to a model in django admin but I'm getting following error:
'EventsRaw' has no ForeignKey to 'UserEvents'.
I have attached simplified example files. You'll better understand what I'm trying to do when you see those files.
What I need:
* Show UserEvents in django admin dashboard.
* When I goto UserEvents page in admin dashboard it should list down all reversely related EventsRaw
'EventsRaw' has no ForeignKey to 'UserEvents'.
I have attached simplified example files. You'll better understand what I'm trying to do when you see those files.
What I need:
* Show UserEvents in django admin dashboard.
* When I goto UserEvents page in admin dashboard it should list down all reversely related EventsRaw