<div dir="ltr">Hi all, <div><br></div><div>I have a django app that harvests latitude and longitude as float numbers, together with some text, and stores them in a model. After syncdb, this happily writes to my "geonode" default database. </div><div><br></div><div>But I want to plot this data in geoserver, and show it as a layer in geonode. So (I assume) I need to get the harvested data into the "geonode_data" postgis database.</div><div><br></div><div>When I look into the django <a href="https://docs.djangoproject.com/en/1.7/topics/db/multi-db/#defining-your-databases">documentation for multiple databases</a>, it suggests I use DATABASE_ROUTERS to achieve this. Sounds reasonable. </div><div><br></div><div>But when I search the geonode codebase for DATABASE_ROUTERS there is <a href="https://github.com/GeoNode/geonode/search?utf8=%E2%9C%93&q=DATABASE_ROUTERS">nothing going on</a>. <br></div><div><br></div><div>Is it correct that the only way data gets into a standard geonode datastore is directly via the upload app, and not via any models?<br></div><div><br></div><div>Before I go down the DATABASE_ROUTERS rabbithole, I wanted to check if this is the correct way to get model data into the datastore, or am I missing something? </div><div><br></div><div>Thanks for any help</div><div>Dave</div><div><br></div></div>