Skip to content

Commit

Permalink
live updates
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Oct 18, 2011
1 parent 2c971da commit ac3627d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -25,7 +25,6 @@ django-profiles
django_notify
django-rosetta
johnny-cache
git+git://github.com/vzima/django-multilingual-ds9.git
babeldjango
djapian
gunicorn
Expand Down
2 changes: 1 addition & 1 deletion web/features/urls.py
Expand Up @@ -8,4 +8,4 @@
url(r'^media/$', views.media_list, name="media_list"),
url(r'^feed/$', FeaturesFeed(), name="feature_feed"),
url(r'^features/(?P<slug>[-\w]+)/$', views.feature_detail, name="feature_detail"),
)
)
2 changes: 1 addition & 1 deletion web/urls.py
Expand Up @@ -61,4 +61,4 @@
urlpatterns += patterns('django.views',
(r'^media/(?P<path>.*)$', 'static.serve',
{'document_root': settings.MEDIA_ROOT}),
)
)

0 comments on commit ac3627d

Please sign in to comment.