1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-12 08:25:18 +00:00
webvirtcloud/accounts/views.py
2015-02-27 10:53:51 +02:00

6 lines
No EOL
115 B
Python

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