diff options
| author | Bobby <[email protected]> | 2022-09-18 23:04:46 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-18 23:04:46 -0400 |
| commit | 140331e3d9a5a411587f0a6a0d8fd6efc7fac1b2 (patch) | |
| tree | f18f88bf78510bc9744d2bc394fac4af5fe5303f /blog/admin.py | |
| parent | e385f75de7d3cf1499697115e86cbfbfc5e004a3 (diff) | |
| download | thatcomputerscientist-140331e3d9a5a411587f0a6a0d8fd6efc7fac1b2.tar.xz thatcomputerscientist-140331e3d9a5a411587f0a6a0d8fd6efc7fac1b2.zip | |
Added New Post Page and Models
Diffstat (limited to 'blog/admin.py')
| -rw-r--r-- | blog/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/admin.py b/blog/admin.py index 8c38f3f3..20e8239f 100644 --- a/blog/admin.py +++ b/blog/admin.py @@ -1,3 +1,4 @@ from django.contrib import admin # Register your models here. +from .models import Post, Comment, Category, Tag |
