-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from fabricadesoftware-ifc/Feat-76
Feat: Autentificação de Usuário #76
- Loading branch information
Showing
9 changed files
with
68 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
from .comments import CommentsSerializer | ||
from .reaction import ReactionSerializer | ||
from .saveToRead import SaveToReadSerializer | ||
from .categories import CategorySerializer | ||
from .comments import CommentsSerializer | ||
from .favorite import FavoritesSerializer | ||
from .feeling import FeelingSerializer | ||
from .help import HelpSerializer | ||
from .news import NewsSerializer | ||
from .newsFeel import NewsFeelSerializer | ||
from .help import HelpSerializer | ||
from .reaction import ReactionSerializer | ||
from .saveToRead import SaveToReadSerializer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
from .comments import CommentsViewSet | ||
from .categories import CategoryViewSet | ||
from .comments import CommentsViewSet | ||
from .favorite import FavoritesViewSet | ||
from .feeling import FeelingViewSet | ||
from .help import HelpViewSet | ||
from .news import NewsViewSet | ||
from .newsFeel import NewsFeelViewSet | ||
from .reaction import ReactionViewSet | ||
from .saveToRead import SaveToReadViewSet | ||
from .help import HelpViewSet |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters