jobportal/users/urls.py
2020-12-28 20:28:52 +01:00

7 lines
70 B
Python

from django.urls import path
from .views import *
urlpatterns = [
]