mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
6 lines
No EOL
115 B
Python
6 lines
No EOL
115 B
Python
from django.shortcuts import render
|
|
from django.contrib.auth.models import User
|
|
|
|
|
|
def accounts(request):
|
|
return |