~wxl/loco-team-portal/more-details

« back to all changes in this revision

Viewing changes to loco_directory/urls.py

  • Committer: Adnane Belmadiaf
  • Date: 2012-12-13 22:48:12 UTC
  • mto: This revision was merged to the branch mainline in revision 580.
  • Revision ID: daker@ubuntu.com-20121213224812-mcr3skb0iawy3p9p
Added team flag for each blog post
Added the full post

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    url(r'^admin/(.*)', admin.site.root),
30
30
    url(r'^data/xml', 'teams.views.xml_team_data', name='xml_team_data'),
31
31
    url(r'^teams/', include('teams.urls')),
 
32
    url(r'^planet/', include('articles.urls')),
32
33
    url(r'^events/venues/', include('venues.urls')),
33
34
    url(r'^events/', include('events.urls')),
34
35
    url(r'^meetings/', include('meetings.urls')),