added new graph : Rencontre par lieu to 'statistiques' module

This commit is contained in:
artus40
2017-10-25 16:34:22 +02:00
parent 569916abd0
commit 821732af1c
5 changed files with 45 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
from django.contrib import admin
from .models import GroupeLieux
# Register your models here.
@admin.register(GroupeLieux)
class GroupLieuxAdmin(admin.ModelAdmin):
model = GroupeLieux
filter_horizontal = ["lieux"]