You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djongo
When connecting to a single Atlas instance which is intended to store multiple databases for different Django projects. Writing to first database is as expected but when trying to connect and write to second database, data is just stored as a new collection in the first database. I have specified the correct uri strings in Django settings.py for each file.