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

FablabTorino/LabAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published