12 lines
130 B
Python
12 lines
130 B
Python
from django.shortcuts import render
|
|
from django.contrib.auth.forms import UserCreationForm
|
|
|
|
|
|
|
|
|
|
class
|
|
|
|
|
|
|
|
# Create your views here.
|