forked from 0x2620/pandora
move in preparation for virtualenv setup
This commit is contained in:
parent
ac65635b69
commit
973b3600af
33 changed files with 0 additions and 0 deletions
11
oxdb/app/views.py
Normal file
11
oxdb/app/views.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
from django.shortcuts import render_to_response, get_object_or_404, get_list_or_404
|
||||
from django.template import RequestContext
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def index(request):
|
||||
context = RequestContext(request, {})
|
||||
return render_to_response('index.html', context)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue