Hi everyone, I am wondering if anyone has dealt with allowing Users to fill out a form on their own personal website, which is connected to the Django applications database?
The general idea behind this, is allowing say a User (Party Planner in the Django app) to not have to come to the “Django Application” to input an event, rather they go to their own personal website, and input form information there which is POSTed to the Django applications database?
It’s an idea I have been throwing around, and just looking for some guidance in the right direction.
Thank you in advance!