Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
FAST
project
fast-project-list
Commits
7032c4ae
Commit
7032c4ae
authored
Nov 18, 2019
by
Mirko Vucicevich
Browse files
Merge branch 'master' into p01
parents
af518009
bda6fc8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
projector/views.py
View file @
7032c4ae
...
...
@@ -10,7 +10,7 @@ class IndexView(generic.ListView):
model
=
Project
template_name
=
'index.html'
context_object_name
=
'projects'
paginate_by
=
1
paginate_by
=
20
def
get_queryset
(
self
):
queryset
=
Project
.
objects
.
all
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment