Changeset 6183 for sampleserver


Ignore:
Timestamp:
Aug 12, 2008, 9:18:51 PM (18 years ago)
Author:
RIck van der Zwet
Message:

Move of static/templates into the package itself

Location:
sampleserver
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • sampleserver/settings.py.tmpl

    r6180 r6183  
    3131SITE_ID = 1
    3232
    33 # Absolute path to the directory that holds media.
    34 # Example: "/home/media/media.lawrence.com/"
    35 MEDIA_ROOT = DJANGOROOT + '/media'
    36 
    37 # URL that handles the media served from MEDIA_ROOT.
    38 # Example: "http://media.lawrence.com"
    39 MEDIA_URL = ''
    40 
    41 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
    42 # trailing slash.
    43 # Examples: "http://foo.com/media/", "/media/".
    44 ADMIN_MEDIA_PREFIX = '/media/'
    45 
    4633# Make this unique, and don't share it with anybody.
    4734SECRET_KEY = 'l+plhHJKNIkiasdfh12lsk0Lkf,.=+-asdjdknmnaladfasdmnm,90934jknmnsdaf09'
     
    6148)
    6249
    63 ROOT_URLCONF = 'conf.urls'
     50ROOT_URLCONF = 'sampleserver.urls'
    6451
    6552TEMPLATE_DIRS = (
    6653    # Put strings here, like "/home/html/django_templates".
    6754    # Always use forward slashes, even on Windows.
    68 
    69    DJANGOROOT + "/templates"
    7055)
    7156
Note: See TracChangeset for help on using the changeset viewer.