Hi Federico/team,
I am new to Openwisp2 but am able to install run openwsip2 server in public ip. I have installed development version of openwisp2 but I downloaded modules from openwisp github and I have done little changes in the openwisp_controller module and I pushed code into my GitHub repo...but now I tried installing openwisp_controller inside that server:
(env) opt/openwisp2/ pip install
https://github.com/<githubuser name>openwisp_controller/tarball/master/ - it ll install and I can see that code changes in the particualr_module. After that i tried do
./manage.py migrate - No migrations to apply it ll come. If i check the server in browser Server Error 500. After installing, How that changes occur in server? What steps I have to follow.