Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'bugfix/unconfigured_render_class'
Browse files Browse the repository at this point in the history
  • Loading branch information
kezabelle committed Jan 5, 2014
2 parents 5804e53 + f9656ae commit b09132a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_medusa/renderers/__init__.py
Expand Up @@ -16,7 +16,7 @@ def get_cls(renderer_name):
return getattr(mod, cls_name)


DEFAULT_RENDERER = 'medusa.renderers.BaseStaticSiteRenderer'
DEFAULT_RENDERER = 'django_medusa.renderers.BaseStaticSiteRenderer'

# Define the default "django_medusa.renderers.StaticSiteRenderer" class as
# whatever class we have chosen in settings (defaulting to Base which will
Expand Down

0 comments on commit b09132a

Please sign in to comment.