authentication Package

models Module

tests Module

This file demonstrates writing tests using the unittest module. These will pass when you run “manage.py test”.

Replace this with more appropriate tests for your application.

class authentication.tests.SimpleTest(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

test_basic_addition()[source]

Tests that 1 + 1 always equals 2.

urls Module

views Module

authentication.views.login(request, **kwargs)[source]