I was wondering if it possible to create two Django website Both work independently. If the User signup on site A The new contact information will be sent to site B using API automatically.
If the user adds a post on site A, site B gets its copy.
Site B is the parent of multiple sites like site A owned by users.
The users create something on their local site, and B gets a copy of the user push.
I'm looking to create a federated network of multiple social websites and a Base website for the storing of Public posts only.