mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Repair all tests and update requirements.txt
This commit is contained in:
@ -3,6 +3,8 @@ from django.http import HttpResponseForbidden
|
||||
from django.core.exceptions import PermissionDenied
|
||||
from django.views.generic.base import View
|
||||
|
||||
from core.models import Group
|
||||
|
||||
# TODO: see models.py's TODO!
|
||||
class CanEditPropMixin(View):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user