Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Repository files navigation

LabAdmin

Manage user rights to access the lab and the machines

Quickstart

Install the labAdmin:

python setup.py install

Add it to the installed apps:

INSTALLED_APPS = [
# ...
'rest_framework',
'oauth2_provider',
'labAdmin',
]

Add labAdmin urls to your project urls:

urlpatterns = [
# ...
include(r'^labAdmin/', include('labAdmin.urls')),
]

Profit!

About

Manage user rights to access the lab and the machines. Project moved here -->

Resources

Stars

1 star

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages