mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-05 20:50:17 -04:00
5 lines
129 B
Python
5 lines
129 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|
|
def login(request):
|
|
return render(request, 'users/login.html') |