Questions tagged [openwisp]

Ask here technical and programming questions related to any of the OpenWISP modules. For discussions regarding feature requests, ideas, proposals and other general questions, please use the mailing list.

OpenWISP is a set of open source software modules that can be used to deploy and manage a wireless network.

Useful links:

17 questions
0
votes
1 answer

KeyError: 'ifname' in convert an OpenWRT tar.gz to NetJSON

I was trying to use the netjsonconfig command line utility and tried the convert an OpenWRT tar.gz to NetJSON and print to standard output (with 4 space indentation) utility netjsonconfig --native network --backend openwrt --method json -a indent="…
Sajith
  • 11
  • 1
0
votes
1 answer

How to create a user who can create another user but not grant permissions(only grant predefined group permissions) in django?

I want to be able to create a user (in openwisp2 which is django based), who in turn, can create another user but not be able to grant individual permissions for this user. Only only granting predefined group permissions should be allowed for this…
1
2