i try to solve forbidden error bt its not working .
i m new  in django so plz help me to solv this error 

i attach 
my templet
views.py 
and url.py 
if u need more thing then reply me i send it to u.. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0c3193d4-afff-4376-a7c2-75fc4ecf1460%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Title: MBRS System
{% load staticfiles %}





  • Truth Is God.
  • An Eye For An Eye Maks The Whole World Blind.
  • My Life Is My Message.
  • slider bootstrap
  • Action Expresses Priorites.
2 Truth Is God.1 An Eye For An Eye Maks The Whole World Blind.3 My Life Is My Message.4 Be The Change You Want To See In The World.5 Action Expresses Priorites.6
from django.shortcuts import render,HttpResponse,render_to_response
from .models import login
from django.views.decorators.csrf import csrf_protec

def home(request):
    return render_to_response('home.html')

def log(request):
 
    return HttpResponse(str(login.objects.all()))

Attachment: urls.pyc
Description: application/python-code

Reply via email to