1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 20:14:15 +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