1
0
Fork 0

cleanup more in views.py

This commit is contained in:
Kevin Muller 2025-03-19 16:25:07 +01:00 committed by lois
parent a57e72e57b
commit 7d34469627

View file

@ -9,10 +9,8 @@ from django.contrib.auth.models import User
from django.views.generic import TemplateView, DetailView
from django.views.generic.edit import FormView
<<<<<<< HEAD
from panel import models, settings
=======
>>>>>>> caef7e7 (cleanup debugmess in views.py)
from panel import models
from panel.configuration import forms
class Index(TemplateView):