Reformatted code for easy reading.

This commit is contained in:
Raynaldo Rivera
2014-10-26 16:47:21 -07:00
parent 6e99823252
commit 19e19d89e4
97 changed files with 22820 additions and 10377 deletions

View File

@@ -1,5 +1,7 @@
from django.contrib import admin
from models import AuthServicesInfo
# Register your models here.
admin.site.register(AuthServicesInfo)

View File

@@ -4,7 +4,6 @@ from models import AuthServicesInfo
class AuthServicesInfoManager:
def __init__(self):
pass

View File

@@ -1,3 +1 @@
from django.test import TestCase
# Create your tests here.

View File

@@ -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