Changeset 6175
- Timestamp:
- Aug 12, 2008, 3:11:31 PM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r6174 r6175 3 3 Roland van Laar 4 4 email: roland@wirelessleiden.nl 5 6 Install django 0.96 Follow the website 7 Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus 8 9 In django_exodus/settings.py 10 change MEDIA_ROOT to PATH/django_media 11 Let template dirs point to: $PATH/django_templates 12 13 14 To run the developmentserver do 15 $ cd django_exodus 16 $ ./manage.py runserver 8000 17 18 The portnumber is optional 19 20 21 -
django_exodus/settings.py
r6174 r6175 30 30 # Absolute path to the directory that holds media. 31 31 # Example: "/home/media/media.lawrence.com/" 32 MEDIA_ROOT = '/Users/roland/WL/exodus /django_media'32 MEDIA_ROOT = '/Users/roland/WL/exodus_svn/exodus/django_media' 33 33 34 34 # URL that handles the media served from MEDIA_ROOT.
Note:
See TracChangeset
for help on using the changeset viewer.