added new graph : Rencontre par lieu to 'statistiques' module
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user