Changeset 294 for django_apps


Ignore:
Timestamp:
Apr 5, 2011, 8:31:36 PM (14 years ago)
Author:
Rick van der Zwet
Message:

Make the references match.

Location:
django_apps
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • django_apps/urls.py

    r291 r294  
    1010    # url(r'^$', 'foobar.views.home', name='home'),
    1111    # url(r'^foobar/', include('foobar.foo.urls')),
    12     url(r'^running/', include('foobar.running.urls')),
     12    url(r'^running/', include('django_apps.running.urls')),
    1313
    1414    # Uncomment the admin/doc line below to enable admin documentation:
Note: See TracChangeset for help on using the changeset viewer.