app/soc/views/sitemap/build.py
changeset 2211 f7497180d037
parent 2210 1095b52ed667
equal deleted inserted replaced
2210:1095b52ed667 2211:f7497180d037
    26 
    26 
    27 #from soc.views.models import club
    27 #from soc.views.models import club
    28 #from soc.views.models import club_app
    28 #from soc.views.models import club_app
    29 #from soc.views.models import club_admin
    29 #from soc.views.models import club_admin
    30 #from soc.views.models import club_member
    30 #from soc.views.models import club_member
       
    31 from soc.views.models import cron
    31 from soc.views.models import document
    32 from soc.views.models import document
    32 from soc.views.models import host
    33 from soc.views.models import host
    33 from soc.views.models import job
    34 from soc.views.models import job
    34 from soc.views.models import mentor
    35 from soc.views.models import mentor
    35 from soc.views.models import notification
    36 from soc.views.models import notification
    81 
    82 
    82 #sitemap.addPages(club.view.getDjangoURLPatterns())
    83 #sitemap.addPages(club.view.getDjangoURLPatterns())
    83 #sitemap.addPages(club_admin.view.getDjangoURLPatterns())
    84 #sitemap.addPages(club_admin.view.getDjangoURLPatterns())
    84 #sitemap.addPages(club_app.view.getDjangoURLPatterns())
    85 #sitemap.addPages(club_app.view.getDjangoURLPatterns())
    85 #sitemap.addPages(club_member.view.getDjangoURLPatterns())
    86 #sitemap.addPages(club_member.view.getDjangoURLPatterns())
       
    87 sitemap.addPages(cron.view.getDjangoURLPatterns())
    86 sitemap.addPages(document.view.getDjangoURLPatterns())
    88 sitemap.addPages(document.view.getDjangoURLPatterns())
    87 sitemap.addPages(host.view.getDjangoURLPatterns())
    89 sitemap.addPages(host.view.getDjangoURLPatterns())
    88 sitemap.addPages(job.view.getDjangoURLPatterns())
    90 sitemap.addPages(job.view.getDjangoURLPatterns())
    89 sitemap.addPages(mentor.view.getDjangoURLPatterns())
    91 sitemap.addPages(mentor.view.getDjangoURLPatterns())
    90 sitemap.addPages(notification.view.getDjangoURLPatterns())
    92 sitemap.addPages(notification.view.getDjangoURLPatterns())