-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DONE] Ptitloup/improve cache request (#895)
* add key prefix for default cache * add debug toolbar in pod project, show it if DEBUG is set to True * add queue in xapi celery command * add include requirements - remove ES V7 from conteneur requirement and put it in dockerfile, ES7 will be set by default in next futur * add debug toolbar only if installed * refactor get available video and put it in context_processor to get it in template * fix django_site table and bs constructor, add unit test to get available video * remove get_available_video call outside function * replace get_videos_list by get_available_video * fix unit test for test stat view * change docker doc to deal with redis db * remove unused line and refactor videos list
- Loading branch information
Showing
17 changed files
with
378 additions
and
153 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
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
Oops, something went wrong.