akvo.rsr.management.commands.clear_all_sessions module

class akvo.rsr.management.commands.clear_all_sessions.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

handle(**options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Log everybody out. Requires cached_db SESSION_ENGINE'