bloonsworld/app/users/views.py
2025-02-07 00:33:03 +01:00

12 lines
130 B
Python

from django.shortcuts import render
from django.contrib.auth.forms import UserCreationForm
class
# Create your views here.