developmentseed / osm-seed

A collection of Dockerfiles to run a containerized version of OpenStreetMap
https://devseed.com/osm-seed-chart/
MIT License
154 stars 36 forks source link

Web Api users creation #274

Open Rub21 opened 2 years ago

Rub21 commented 2 years ago

From : https://github.com/developmentseed/osm-seed/issues/259 I've made some experiments creating a user in web API DB using django, it was easy and faster and works fine!

image image image image

cc. @willemarcel @batpad

batpad commented 2 years ago

@Rub21 this is very interesting. I'd like to consider also expanding this idea to include maybe other things in the django app to "manage" the state of the osm-seed instance.

Let me give this a thorough look and review tomorrow - I think it's a nice idea.

Rub21 commented 2 years ago

@batpad , According to our conversation, the application is managing the API DB separately, https://github.com/developmentseed/osm-seed/blob/web_users/envs/.env.web_dashboard.example ,it is working as we expected.

dvcorreia commented 1 year ago

Great work! Any update on this?