Files
webvirtcloud/accounts/views.py
2015-02-27 10:53:51 +02:00

6 lines
115 B
Python

from django.shortcuts import render
from django.contrib.auth.models import User
def accounts(request):
return