Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 9386
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jul 12, 2011, 10:35:23 AM (
14 years
ago)
Author:
rick
Message:
No Serving of static files when non in debug mode, useless stuff
File:
1 edited
src/django_gheat/urls.py
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
src/django_gheat/urls.py
¶
r9376
r9386
6
6
from django.contrib import admin
7
7
admin.autodiscover()
8
9
import settings
8
10
9
11
urlpatterns = patterns('',
…
…
24
26
)
25
27
26
urlpatterns += staticfiles_urlpatterns()
28
if setttings.DEBUG:
29
urlpatterns += staticfiles_urlpatterns()
27
30
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive