Skip to content

Commit

Permalink
Fixed some small problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Yablonskyi committed Dec 4, 2024
1 parent eb7635a commit a2bd0b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file added db.sqlite3
Binary file not shown.
3 changes: 0 additions & 3 deletions taxi/urls.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from django.contrib.auth.views import LoginView
from django.urls import path

from django.contrib.auth import views as auth_views
from django.urls.conf import include

from . import views
from .views import (
index,
CarListView,
Expand Down

0 comments on commit a2bd0b4

Please sign in to comment.