1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 15:45:23 +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