In Django there’s an “auth” module, and it apparently has “auth.login” and “auth.logout” functions.
But I can’t find them defined anywhere?? Inside the auth folder (under the Python directory, Lib / site-packages / django / contrib … etc) I looked through every py file.
Am I missing something here??
1 Answer