registration.management.commands package

Submodules

registration.management.commands.cleanup_expired_registrations module

class registration.management.commands.cleanup_expired_registrations.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

handle(**options)[source]
help = u'Delete expired user registrations from the database'

registration.management.commands.cleanup_registrations module

class registration.management.commands.cleanup_registrations.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

handle(**options)[source]
help = u'Delete expired/rejected user registrations from the database'

registration.management.commands.cleanup_rejected_registrations module

class registration.management.commands.cleanup_rejected_registrations.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

handle(**options)[source]
help = u'Delete rejected user registrations from the database'

registration.management.commands.cleanupregistration module

Module contents