diff --git a/drama/routes/__init__.py b/drama/routes/__init__.py index 438666d82..bf40d037f 100644 --- a/drama/routes/__init__.py +++ b/drama/routes/__init__.py @@ -12,4 +12,5 @@ from .settings import * from .static import * from .users import * from .votes import * -from .feeds import * \ No newline at end of file +from .feeds import * +from .awards import * \ No newline at end of file