forked from Fediversity/Fediversity
Rebase onto main
This commit is contained in:
parent
aac04d6a2e
commit
a57e72e57b
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue