Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[backends] Made OpenWISP1 backend label more self-explanatory
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 14, 2017
1 parent 0417ce7 commit 172a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_netjsonconfig/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BACKENDS = getattr(settings, 'NETJSONCONFIG_BACKENDS', (
('netjsonconfig.OpenWrt', 'OpenWRT'),
('netjsonconfig.OpenWisp', 'OpenWISP'),
('netjsonconfig.OpenWisp', 'OpenWISP Firmware 1.x'),
))
VPN_BACKENDS = getattr(settings, 'NETJSONCONFIG_VPN_BACKENDS', (
('django_netjsonconfig.vpn_backends.OpenVpn', 'OpenVPN'),
Expand Down

0 comments on commit 172a92a

Please sign in to comment.