Metadata-Version: 1.1
Name: active-sessions
Version: 1.1.6
Summary: Shows the online users in the system using Django
Home-page: https://github.com/DAS2016-1/about_us
Author: Tiago Assuncao
Author-email: tiago@sof2u.com
License: GPL3
Description: Shows the online users in the system using django.
        
        You need just insert this app on INSTALLED_APPS. When you run the command:
        python manage.py runserver, this app you print on shell the count of users and
        your names.
        
        You can get a queryset of online users using get_current_users()
        
Keywords: django sessions online
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
