diff options
| author | Bobby <[email protected]> | 2022-07-20 06:18:14 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-20 06:18:14 +0530 |
| commit | f44f1061a6f32eaa5dd1a42742f92e776641e97f (patch) | |
| tree | 0df4a91c455aed6c9c05640a7fe979aa25c19686 /blog/admin.py | |
| parent | adf558afea0bcaa7dea0cd7855cafe3bf5717d4e (diff) | |
| download | thatcomputerscientist-f44f1061a6f32eaa5dd1a42742f92e776641e97f.tar.xz thatcomputerscientist-f44f1061a6f32eaa5dd1a42742f92e776641e97f.zip | |
Basic Hello World page with Debug Disabled
Diffstat (limited to 'blog/admin.py')
| -rw-r--r-- | blog/admin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/admin.py b/blog/admin.py new file mode 100644 index 00000000..8c38f3f3 --- /dev/null +++ b/blog/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. |
