Hi, i've had some strange errors when trying to install django
standalone, so i have used the whole bundle option, linked from
documentation. Bitnami. It installed python, django, apache,
sqlite.... I use Windows XP btw.

And i've went first run on python and django by the tutorial.
Unfortunatly i have stopped at part 2 when i should login to admin
panel, and can't solve problem with css and js files. They just don't
load, do a 404 and i see admin panel in a pure html layout (scary).

So how could i fix this?
My settings.py and urls.py are all default, except i turned on all
those apps that tutorial said to and admin url.

I see that the css and js files lies in their folders under this path:
C:\Program Files\BitNami DjangoStack\apps\django\django\contrib\admin
\media

While my app(models, views,tests) is here:
C:\Documents and Settings\Luka\BitNami DjangoStack projects\djangoTut
\polls

and settings.py is one folder up

How should i configure and what to make those damn css load?

-- 
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