I'm getting tantalizingly close to being able to put a simple Django
site online. Any help on this ticket will get me a long way toward
getting there:
I have my media directories located at:
/home/username/media
./img
./css
./js
I have my templates directory at:
/home/username/templates
I have setup a subdomain called media.mydomain.com that points to
/home/username/media
I updated my settings.py file so that
MEDIA_ROOT = '/home/username/media/'
MEDIA_URL = 'http://media.mydomain.com'
If I have a template called index.html, could someone show me the
actual code in that template to:
1. reference a stylesheet in the template
2. display a logo that is stored in media.mydomain.com/img
Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---