aboutsummaryrefslogtreecommitdiff
path: root/users/admin.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-20 10:50:33 +0530
committerBobby <[email protected]>2022-07-20 10:50:33 +0530
commit1869eaac8b4708620bf61a5d7dee6ccd73474309 (patch)
tree244cdfa581b028c4fec4118c5e1a9cfb215dfde0 /users/admin.py
parent09b002e46b69b43ccd9fc1be29c8bf15f7c2e8be (diff)
downloadthatcomputerscientist-1869eaac8b4708620bf61a5d7dee6ccd73474309.tar.xz
thatcomputerscientist-1869eaac8b4708620bf61a5d7dee6ccd73474309.zip
Add users app to control user actions: added login and logout
Diffstat (limited to 'users/admin.py')
-rw-r--r--users/admin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/admin.py b/users/admin.py
new file mode 100644
index 00000000..8c38f3f3
--- /dev/null
+++ b/users/admin.py
@@ -0,0 +1,3 @@
+from django.contrib import admin
+
+# Register your models here.