This is the server output:

[r...@bellatrix djangoblog]# python manage.py runserver
93.186.171.54:8001
Validating models...
0 errors found

Django version 1.1 beta 1 SVN-10504, using settings
'djangoblog.settings'
Development server is running at http://93.186.171.54:8001/
Quit the server with CONTROL-C.


So no errors. Yet admin page is blank as you can see if you go to
http://93.186.171.54:8001/admin.

On Apr 11, 5:21 pm, adelein <adele...@gmail.com> wrote:
> Yes, and I see no errors there. Still the admin page does not load at
> all. I cant find any similar problems through google.
>
> On Apr 11, 5:17 pm, Malcolm Tredinnick <malc...@pointy-stick.com>
> wrote:
>
> > On Sat, 2009-04-11 at 17:09 -0700, adelein wrote:
>
> > > Hi,
>
> > > Sorry, I meant to say urls.py of course. So, given I did put the code
> > > in the right file, the problem still remains.
>
> > If you're following the tutorial, then you will be running the
> > development server. So all "server log" style output will be printed to
> > the terminal that you used to start the server.
>
> > Regards,
> > Malcolm
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to