This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
ZryachevTA
/
Neuread
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
3ba086daa3
Branches
Tags
master
Neuread
/
Backend
/
NeureaAPI
/
neurea
/
api
/
author
/
querysets.py
querysets.py
78 B
Histórico
Raw
1
2
3
from content.models import Author
ALL_AUTHORS_QUERYSET = Author.objects.all()