mirror of
https://github.com/nikdoof/django-ett.git
synced 2025-12-18 20:29:25 +00:00
Fleshing out the Task model and related access points
This commit is contained in:
7
django_ett/etasks/views.py
Normal file
7
django_ett/etasks/views.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.views.generic import DetailView
|
||||
from .models import Task
|
||||
|
||||
|
||||
class TaskDetailView(DetailView):
|
||||
|
||||
model = Task
|
||||
Reference in New Issue
Block a user