From 895b975d6571eab144212dd98e8782a0504c4a46 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Wed, 6 May 2015 19:23:19 -0700 Subject: [PATCH] Removed references to api.py. --- DesignUseCases.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DesignUseCases.tex b/DesignUseCases.tex index eacb431..590b40f 100644 --- a/DesignUseCases.tex +++ b/DesignUseCases.tex @@ -184,12 +184,12 @@ button or pressing the return key.} \begin{enumerate} \itemsep1pt\parskip0pt\parsep0pt \item - {api.py verifies that the User has submitted an email and password} + {The server verifies that the User has submitted an email and password} \item - {api.py authenticates the User's email and password and checks if the + {The server authenticates the User's email and password and checks if the User is active} \item - {api.py logs the User in using the Django login feature} + {The server logs the User in using the Django login feature} \item {Front-end displays the home page for the User} \end{enumerate} @@ -671,7 +671,7 @@ account.} \begin{enumerate} \itemsep1pt\parskip0pt\parsep0pt \item - {api.py logs the User out using the Django logout feature} + {The server logs the User out using the Django logout feature} \item {Front-end displays application login page} \end{enumerate} -- 1.9.1