~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlhelp/views.py

  • Committer: kaputtnik
  • Date: 2019-03-31 11:08:21 UTC
  • mto: This revision was merged to the branch mainline in revision 531.
  • Revision ID: kaputtnik-20190331110821-1o6c8ebh1sag7xat
mv main files into mainpage directory; apply needed changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
from django.http import HttpResponse
4
4
from .models import Worker, Ware, Building, Tribe
5
5
 
6
 
from settings import WIDELANDS_SVN_DIR, MEDIA_ROOT
7
 
 
8
6
 
9
7
def index(request):
10
8
    tribes = Tribe.objects.all().order_by('displayname')