diff options
| author | Bobby <[email protected]> | 2022-09-09 02:11:03 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-09 02:11:03 -0400 |
| commit | beeddba7738d63844fc9dd2beaf4994daa6f6fb9 (patch) | |
| tree | bf6cb1213810416ae0705f3eb086cc652c1aa8e4 /blog_admin/admin.py | |
| parent | a936749708df2b0d6ea200f31992bb61df8442ef (diff) | |
| download | thatcomputerscientist-beeddba7738d63844fc9dd2beaf4994daa6f6fb9.tar.xz thatcomputerscientist-beeddba7738d63844fc9dd2beaf4994daa6f6fb9.zip | |
Added Blog Admin Module
Diffstat (limited to 'blog_admin/admin.py')
| -rw-r--r-- | blog_admin/admin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog_admin/admin.py b/blog_admin/admin.py new file mode 100644 index 00000000..8c38f3f3 --- /dev/null +++ b/blog_admin/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. |
