Changeset 6175


Ignore:
Timestamp:
Aug 12, 2008, 3:11:31 PM (17 years ago)
Author:
roland
Message:

added readme information for django

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README

    r6174 r6175  
    33Roland van Laar
    44email: roland@wirelessleiden.nl
     5
     6Install django 0.96 Follow the website
     7Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus
     8
     9In django_exodus/settings.py
     10change MEDIA_ROOT to PATH/django_media
     11Let template dirs point to: $PATH/django_templates
     12
     13
     14To run the developmentserver do
     15$ cd django_exodus
     16$ ./manage.py runserver 8000
     17
     18The portnumber is optional
     19
     20
     21
  • django_exodus/settings.py

    r6174 r6175  
    3030# Absolute path to the directory that holds media.
    3131# Example: "/home/media/media.lawrence.com/"
    32 MEDIA_ROOT = '/Users/roland/WL/exodus/django_media'
     32MEDIA_ROOT = '/Users/roland/WL/exodus_svn/exodus/django_media'
    3333
    3434# URL that handles the media served from MEDIA_ROOT.
Note: See TracChangeset for help on using the changeset viewer.