diff --git a/golem_member/models/__init__.py b/golem_member/models/__init__.py index e52d006..fceebb7 100644 --- a/golem_member/models/__init__.py +++ b/golem_member/models/__init__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Copyright 2016-2018 Fabien Bourgeois +# Copyright 2019 Youssef El Ouahby # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -15,4 +16,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from . import golem_member, golem_season +from . import golem_member, golem_season, golem_member_age_range