Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaNikolaitsev committed Jul 10, 2024
1 parent 91467b7 commit 8022c13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions taxi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def index(request):

return render(request, "taxi/index.html", context=context)

return render(request, "taxi/index.html", context=context)


class ManufacturerListView(LoginRequiredMixin, generic.ListView):
model = Manufacturer
Expand Down
1 change: 0 additions & 1 deletion taxi_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
LOGIN_REDIRECT_URL = "/"



STATICFILES_DIRS = (BASE_DIR / "static",)

STATIC_ROOT = BASE_DIR / "staticfiles"
Expand Down

0 comments on commit 8022c13

Please sign in to comment.