1
0
Fork 0

Rebase onto main

This commit is contained in:
Kevin Muller 2025-03-19 16:22:31 +01:00 committed by lois
parent aac04d6a2e
commit a57e72e57b

View file

@ -1,7 +1,6 @@
from enum import Enum
import json
import subprocess
import threading
import os
from django.urls import reverse_lazy
@ -10,7 +9,10 @@ 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.configuration import forms
class Index(TemplateView):