~speakman/ppcommunity/news-wysiwym-editor

« back to all changes in this revision

Viewing changes to tortuga/settings.py

  • Committer: Daniel Nyström
  • Date: 2010-03-12 21:31:36 UTC
  • mfrom: (47.1.1 trunk)
  • Revision ID: daniel@nystrom.st-20100312213136-tt58yjwxj2hq21y0
Merged new-dir-structure branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
# Additional directories which hold static files
73
73
STATICFILES_DIRS = [
74
 
    ('dogfood', os.path.join(PROJECT_ROOT, 'media')),
 
74
    ('tortuga', os.path.join(PROJECT_ROOT, 'media')),
75
75
    ('pinax', os.path.join(PINAX_ROOT, 'media', PINAX_THEME)),
76
76
]
77
77
 
104
104
    'facebookconnect.middleware.FacebookConnectMiddleware',
105
105
]
106
106
 
107
 
ROOT_URLCONF = 'dogfood.urls'
 
107
ROOT_URLCONF = 'tortuga.urls'
108
108
 
109
109
TEMPLATE_DIRS = [
110
110
    os.path.join(PROJECT_ROOT, "templates"),