mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Reformatted code for easy reading.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from models import AuthServicesInfo
|
||||
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(AuthServicesInfo)
|
||||
@@ -4,7 +4,6 @@ from models import AuthServicesInfo
|
||||
|
||||
|
||||
class AuthServicesInfoManager:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
||||
@@ -4,6 +4,7 @@ from django.contrib.auth import authenticate
|
||||
from django.http import HttpResponseRedirect
|
||||
from django.shortcuts import render_to_response
|
||||
from django.template import RequestContext
|
||||
|
||||
from forms import LoginForm
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user