Changeset 6445 for trunk


Ignore:
Timestamp:
Dec 12, 2008, 11:20:11 AM (16 years ago)
Author:
roland
Message:

New config for django admin media files.

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base.cfg

    r6349 r6445  
    3838eggs =
    3939  Werkzeug
     40  ipcalc
     41#  IPv4_Utils
     42  netaddr
     43  ipaddr
    4044pythonpath =
    4145  ${extras:location}/django-command-extensions/
  • trunk/doc/django.conf

    r6351 r6445  
    2020        </Directory>
    2121       
     22        <Directory /srv/wleiden/exodus/trunk/exodus/media>
     23                Allow from all
     24        </Directory>
     25
    2226        Alias /exodus/static /srv/wleiden/exodus/trunk/exodus/static
     27    Alias /exodus/media /srv/wleiden/exodus/trunk/exodus/media
    2328</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.