gva/gnuviechadmin/osusers/__init__.py

6 lines
122 B
Python
Raw Normal View History

2014-12-27 22:44:27 +01:00
"""
This app is for managing operating system users and groups.
"""
default_app_config = 'osusers.apps.OsusersAppConfig'