Subversion Repositories blog-sources

Compare Revisions

Ignore whitespace Rev 5 → Rev 4

/django-apache2-wsgi-2/idreammicro/helloworld/templates/helloworld/index.html
File deleted
/django-apache2-wsgi-2/idreammicro/helloworld/templates/helloworld/base.html
File deleted
/django-apache2-wsgi-2/idreammicro/helloworld/static/helloworld/screen.css
File deleted
/django-apache2-wsgi-2/idreammicro/helloworld/views.py
1,4 → 1,4
from django.shortcuts import render
from django.http import HttpResponse
 
def index(request):
return render(request, 'helloworld/index.html')
return HttpResponse("Hello world!")