geonode.base.management.commands.fixsitename

Classes

Command

Overrides the default Site object with information from SITENAME and SITEURL

Module Contents

class geonode.base.management.commands.fixsitename.Command[source]

Bases: django.core.management.base.BaseCommand

Overrides the default Site object with information from SITENAME and SITEURL

can_import_settings = True[source]
handle(*args, **options)[source]