Re: Rails User management system to django user management system for REST API

2017-11-12 Thread James Schneider
On Nov 11, 2017 10:55 PM, "Asif Saifuddin" wrote: Hi, I have and existing live project running on rails. I have to expose the API's using django for now. I have generated models and edited them to create django model and mapping and exposed some API locally. I have one issue which is confusing

Re: Rails User management system to django user management system for REST API

2017-11-12 Thread Andréas Kühne
Hi, I really doubt this is a good idea. But if you want to user the same database for both applications, you will need to map up the database user model in django. You can find information about that on the following pages: https://docs.djangoproject.com/en/1.11/ref/contrib/auth/ https://docs.dja

Rails User management system to django user management system for REST API

2017-11-11 Thread Asif Saifuddin
Hi, I have and existing live project running on rails. I have to expose the API's using django for now. I have generated models and edited them to create django model and mapping and exposed some API locally. I have one issue which is confusing my mind. That is how would I use the existing use