~stega-developers/stega/trunk

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Danilo Šegan
  • Date: 2012-09-16 10:52:00 UTC
  • Revision ID: danilo@segan.org-20120916105200-onmm6yffj7psmtmx
Fix tests to not depend on ul.rs domain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    'django.contrib.messages.middleware.MessageMiddleware',
78
78
)
79
79
 
80
 
ROOT_URLCONF = 'muppets.urls'
 
80
ROOT_URLCONF = 'urls'
81
81
 
82
82
TEMPLATE_DIRS = (
83
83
    os.path.join(APP_ROOT, 'templates'),