This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
alroyso
/
blog
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
7a17d0be64
Ramuri
Etichete
master
blog
/
user
/
urls.py
urls.py
88 B
Istoric
Crud
1
2
3
4
5
6
from django.urls import path
from .views import reg
urlpatterns = [
path('', reg)
]