fixed linting errors
This commit is contained in:
parent
ecc80b939d
commit
4ab42bf3de
4 changed files with 12 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from django.urls import path
|
||||
|
||||
from .views import signup
|
||||
urlpatterns = [
|
||||
path('', signup, name='signup'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue