mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-05-11 21:29:49 -04:00
10 lines
128 B
Python
10 lines
128 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|
|
|
|
def login (request):
|
|
pass
|
|
|
|
def register (request):
|
|
pass
|