mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Clean up imports
Remove unused imports and some other completely unused code.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
from django.db import models
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
from pgweb.util.bases import PgModel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
from django.shortcuts import render_to_response, get_object_or_404
|
||||
from django.http import HttpResponse, Http404, HttpResponseRedirect
|
||||
from django.http import HttpResponseRedirect
|
||||
from django.db import connection, transaction
|
||||
from django.template.defaultfilters import slugify
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
|
Reference in New Issue
Block a user