From 44f2a730532036b06e701447961fa19575edcc5a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 3 Feb 2016 20:18:14 -0500 Subject: terrible ugly hack to get the project build script working --- app/builder/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/builder/base.py') diff --git a/app/builder/base.py b/app/builder/base.py index 0d27702..a26a857 100644 --- a/app/builder/base.py +++ b/app/builder/base.py @@ -315,7 +315,7 @@ class BuildProjects(Build): def get_projects(self): all_proj = [] - projects = apps.get_model('projects', 'Project').objects.filter(status__exact=1).order_by('-pub_date') + projects = apps.get_model('projects', 'Project').objects.get(pk=2) for proj in projects: row = {'slug': proj.slug, 'name': proj.model_name} all_proj.append(row) -- cgit v1.2.3-70-g09d2