Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
e3b6ae39da9a659f7a2483a7d46b3e570bc9a1a3
e3b6ae39da9a659f7a2483a7d46b3e570bc9a1a3
Switch branch/tag
rp
apps
rp
views
articles.py
Find file
Normal view
History
Permalink
articles.py
105 Bytes
Newer
Older
adds article list view
luxcem
committed
Apr 22, 2017
1
2
3
4
5
6
from
rp.models
import
Article
from
.votes
import
UDList
class
ArticleList
(
UDList
):
model
=
Article