[openwisp] [ux] Server error 500 received instead form indicating error #76

2019-10-03 Thread Mihir Bhave
Hello! I'm Trying To Work On This Issue https://github.com/openwisp/openwisp-users/issues/76. But Getting Confused On What Should I Work First. Can Anyone Guide Me On This Issue ? I'm Really Interested To Work With OpenWISP Sorry For My English Thank You :) Regards: Mihir Bhave :) -- Y

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Amit Goyal
Yes , I want to use this method only ! thanks Can we provide key also with name , description in this method ? On Thursday, October 3, 2019 at 12:23:21 PM UTC+5:30, Noumbissi Valere wrote: > > If you wish to use that method, then we have to access the > `openwisp_users.models`. therefore, your

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Oliver Kraitschy
Hello Amit, you can create an organisation with a concrete shared secret with the common django methods for providing initial data: https://docs.djangoproject.com/en/2.2/howto/initial-data/ Greetings, Oliver Am 03.10.19 um 07:12 schrieb Amit Goyal: Hi We want to create organisation with fi

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Amit Goyal
Hi Noumbissi I am able to create organnization but my final goal was to create shared_secret with organization . Actually there are two tables openwisp_users_organization, config_organizationconfigsettings where shared_secret get created in config_organizationconfigsettings table with mapping

Re: [openwisp] [ux] Server error 500 received instead form indicating error #76

2019-10-03 Thread Federico Capoano
Hi Mihir, the first thing you should do is to replicate the issue and report on your findings. Federico On Thu, Oct 3, 2019 at 3:12 AM Mihir Bhave wrote: > Hello! I'm Trying To Work On This Issue > https://github.com/openwisp/openwisp-users/issues/76. But Getting > Confused On What Should I Wo

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Federico Capoano
You have to use this model: https://github.com/openwisp/openwisp-controller/blob/master/openwisp_controller/config/models.py#L229 Fed On Thu, Oct 3, 2019 at 8:03 AM Amit Goyal wrote: > Hi Noumbissi > > I am able to create organnization but my final goal was to create > shared_secret with organ