Chad:

1) I did some tests with a django project and, my web pages look ugly
because the reference to .css files was lost, additionally I can not
retrieve the content of static files when a click on a certain link. It
seems that  Aspen needs a reference to these resources. I had a similar
problem using Apache but I solved with next instrucctions:
    Alias /media c:\django\django\contrib\admin\media
    Alias /attached c:\project\application\attached
How can I do something like that in Aspen? Django has some indications
about that in:
http://www.djangoproject.com/documentation/static_files/
and there is a relationship with variables MEDIA_ROOT and MEDIA_URL
contained in settings.py, althought Apache does not need MEDIA_ROOT.

2) The .pdf manual has a little problem in the 5.2 section
(configuration file). Some words were clipped at end of the line.

Your work looks nice.
Regards,


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to