Skip to content

gvsurenderreddy/django-cellphone-vpn-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

App for managing reinvoicing of cell operator services among small VPN groups of users.

Usage
---------

1. Add 'vpnadmin' application in the ``INSTALLED_APPS`` settings:
   
	INSTALLED_APPS = (
	    # ...
	    'vpnadmin',
	)

3. Run 'python manage.py migrate vpnadmin' to create DB tables (uses django-south).

About

Cellphone VPN organisation accounting tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • HTML 9.8%