Skip to content

Commit

Permalink
Remove Comments app
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKotenko committed Feb 4, 2024
1 parent 0d98e38 commit 4616516
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 142 deletions.
Empty file removed comments/__init__.py
Empty file.
9 changes: 0 additions & 9 deletions comments/admin.py

This file was deleted.

8 changes: 0 additions & 8 deletions comments/apps.py

This file was deleted.

38 changes: 0 additions & 38 deletions comments/migrations/0001_initial.py

This file was deleted.

49 changes: 0 additions & 49 deletions comments/migrations/0002_initial.py

This file was deleted.

Empty file removed comments/migrations/__init__.py
Empty file.
37 changes: 0 additions & 37 deletions comments/models.py

This file was deleted.

1 change: 0 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
]
LOCAL_APPS = [
"api.v1.apps.ApiConfig",
"comments.apps.CommentsConfig",
"ipr.apps.IprConfig",
"tasks.apps.TasksConfig",
"users.apps.UsersConfig",
Expand Down

0 comments on commit 4616516

Please sign in to comment.