Changeset b01b0ba for asadb/urls.py


Ignore:
Timestamp:
May 17, 2011, 4:46:53 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
8bcff9a
Parents:
3080d89
git-author:
Alex Dehnert <adehnert@…> (05/17/11 04:46:53)
git-committer:
Alex Dehnert <adehnert@…> (05/17/11 04:46:53)
Message:

Print message when enabling static media serving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    r37b65d6 rb01b0ba  
    5858
    5959if settings.DEBUG:
     60    print "In debug mode; enabling static media serving"
    6061    from django.views.static import serve
    6162    _media_url = settings.MEDIA_URL
Note: See TracChangeset for help on using the changeset viewer.