Skip to content

Commit

Permalink
Remove music app from the project
Browse files Browse the repository at this point in the history
Deleted the entire music app including models, views, serializers, migrations, and configurations from the Django project. Updated the settings and the project URLs to reflect this removal.
  • Loading branch information
lipemorais committed Aug 25, 2024
1 parent 017eea9 commit 4f2eca1
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 239 deletions.
1 change: 0 additions & 1 deletion first_api/first_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"django.contrib.messages",
"django.contrib.staticfiles",
"rest_framework",
"music",
]

MIDDLEWARE = [
Expand Down
1 change: 0 additions & 1 deletion first_api/first_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@

urlpatterns = [
path("admin/", admin.site.urls),
path("", include('music.urls')),
# path('api-auth/', include('rest_framework.urls'))
]
Empty file removed first_api/music/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions first_api/music/admin.py

This file was deleted.

6 changes: 0 additions & 6 deletions first_api/music/apps.py

This file was deleted.

80 changes: 0 additions & 80 deletions first_api/music/migrations/0001_initial.py

This file was deleted.

Empty file.
28 changes: 0 additions & 28 deletions first_api/music/models.py

This file was deleted.

43 changes: 0 additions & 43 deletions first_api/music/serializers.py

This file was deleted.

3 changes: 0 additions & 3 deletions first_api/music/tests.py

This file was deleted.

14 changes: 0 additions & 14 deletions first_api/music/urls.py

This file was deleted.

60 changes: 0 additions & 60 deletions first_api/music/views.py

This file was deleted.

0 comments on commit 4f2eca1

Please sign in to comment.