Skip to content

Commit

Permalink
add new admin panel for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
MafanNam committed Feb 23, 2024
1 parent e976519 commit b53482f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clone_sound_cloud/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# Application definition

INSTALLED_APPS = [
"jet",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
Expand Down
1 change: 1 addition & 0 deletions clone_sound_cloud/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from drf_spectacular.views import SpectacularAPIView, SpectacularSwaggerView

urlpatterns = [
path(r'jet/', include('jet.urls', 'jet')), # New Admin Panel for prod
path("admin/", admin.site.urls),
path("api/", include("oauth.api.urls")),
path("api/audio/", include("audio_library.api.urls")),
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit b53482f

Please sign in to comment.