Re: admin page and basic view not showing
hi thanks!,
yes,
I can see the hello world view now!
views.py:
from django.http import HttpResponse
def view(request):
return HttpResponse('Hello Worlsss9d!')
but still cant see the admin site page,
i have chmod 777 the db and the root folder for the db, and chown root
too this file and folder,
but get this error:
Exception Value:
unable to open database file
I have searched a bit and its about the permissions of sqlite3??, so
what to do to show the admin?,
or what else could i be missing?
thanks!
On Apr 9, 10:25 pm, kenneth gonsalves <law...@thenilgiris.com> wrote:
> On Mon, 2012-04-09 at 02:24 -0700, LordMaKo wrote:
> > so what im i missing?, as stated before i can see the "it worked"
> > page, but not the admin site or the basic view,
>
> have you created admin.py? and registered the models there?
> --
> regards
> Kenneth Gonsalves
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home