Merge the utils and shared apps

This commit is contained in:
Martin Pépin 2020-01-02 16:01:13 +01:00
parent c8b8c90580
commit 914888d18a
No known key found for this signature in database
GPG key ID: E7520278B1774448
8 changed files with 50 additions and 31 deletions

View file

@ -42,7 +42,7 @@ from bda.models import (
Tirage,
)
from gestioncof.decorators import BuroRequiredMixin, buro_required, cof_required
from utils.views.autocomplete import Select2QuerySetView
from shared.views.autocomplete import Select2QuerySetView
@cof_required