Files
postgres-web/pgweb/downloads/struct.py
Magnus Hagander 756aa6ffbe Clean up imports
Remove unused imports and some other completely unused code.
2014-01-01 15:42:30 +01:00

11 lines
242 B
Python

from models import Category
def get_struct():
# Products
for c in Category.objects.all():
yield ('download/products/%s/' % c.id,
0.3)
# Don't index the ftp browser for now - it doesn't really contain
# anything useful to search