[openwisp] Need to add one more field template information in device table of openwisp UI

2019-08-29 Thread Amit Goyal
Hi Openwisp Team I am very new to Django Frame work and don't know complete details of openwisp django frame work. I need to add one more field in device table of Openwisp UI . New Field-: Template linked to Device Changes expecting -: 1-: Query fetching device table information 2-: UI cha

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-03 Thread Amit Goyal
Hi Noumbissi Thanks for your help. I have updated * /usr/src/app/openwisp_controller/config/admin.py* inside openwisp container as below but changes are not reflecting on UI side even after openwisp restart. //Added template_field in DeviceAdmin class DeviceAdmin(MultitenantAdminMixin, Abst

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Noumbissi Valere
Hello Amit, did the openwisp-controller restart without any errors? and is the normal flow of adding new devices working without any errors? if they are, then it should work. please ensure the method is in the class and that openwisp-controller restarts with the added changes. On Wed, Sep 4, 2019

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Amit Goyal
Hello Noumbissi Sorry by mistake I have added one more text , that's why it was not working . removed extra text and update code. It's working now. Thanks a lot for your help ! On Wednesday, September 4, 2019 at 12:36:54 PM UTC+5:30, Noumbissi Valere wrote: > > Hello Amit, > > did the openw

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread A Stanley
How did you add the file in the container? Did you rebuild the container? On Wed, Sep 4, 2019, 3:06 AM Noumbissi Valere wrote: > Hello Amit, > > did the openwisp-controller restart without any errors? and is the normal > flow of adding new devices working without any errors? if they are, then

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Noumbissi Valere
You are welcome Amit, Glad I could help 🙂. On Wed, Sep 4, 2019, 1:21 PM Amit Goyal wrote: > Hello Noumbissi > > Sorry by mistake I have added one more text , that's why it was not > working . > removed extra text and update code. It's working now. > > Thanks a lot for your help ! > > On Wednesd

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-05 Thread Amit Goyal
Hi For testing purpose , I made direct changes in container. In container , following file need to be changed. */usr/local/lib/python3.6/site-packages/openwisp_controller/config/admin.py* On Wednesday, September 4, 2019 at 5:53:16 PM UTC+5:30, 2stacks wrote: > > How did you add the file in the

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-07 Thread TAMALAMPUDI VIJAYA KUMAR REDDY (N170066)
Hello sir I want to contribute to openwisp i know python but i dont have any experience in software development how can i start contributing On Fri, Sep 6, 2019 at 12:04 PM Amit Goyal wrote: > Hi > > For testing purpose , I made direct changes in container. > In container , following file need

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-07 Thread Noumbissi Valere
Hello Reddy, Your are welcome to OpenWISP. You can start off by reading our contribution guidelines from here; http://openwisp.io/docs/developer/contributing.html . When you are done, you can move on to pick any issue from our contribution board. This can be found here; https://github.com/orgs/ope