Skip to content

Commit

Permalink
Add All Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinalalebakhsh committed Jul 21, 2024
1 parent 99bc29c commit 6daddc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Steps/offline developing Django App.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1014,5 +1014,10 @@ def only_active_comments(comments):



# Add in products/admin.py
class CommentsInline(admin.TabularInline):
model = Comment
fields = ['author', 'body', 'stars', 'active']



0 comments on commit 6daddc3

Please sign in to comment.