Changeset 6219


Ignore:
Timestamp:
Aug 19, 2008, 6:11:13 PM (16 years ago)
Author:
roland
Message:

made DJANGOROOT in settings.py platform safe by using os.path.join

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sampleserver/settings.py

    r6218 r6219  
    22import os
    33
    4 DJANGOROOT= os.path.dirname(__file__) + '/../'
     4DJANGOROOT= os.path.join(os.path.dirname(__file__), '..')
    55
    66DEBUG = True
Note: See TracChangeset for help on using the changeset viewer.