Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pyfs
Commits
2db59207
Commit
2db59207
authored
Nov 24, 2015
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README
parent
568d5561
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
README.md
+5
-7
No files found.
README.md
View file @
2db59207
...
@@ -22,7 +22,7 @@ expire after a few minutes. Another use case was memoization.
...
@@ -22,7 +22,7 @@ expire after a few minutes. Another use case was memoization.
Note that expired files are not automatically removed. To remove them,
Note that expired files are not automatically removed. To remove them,
call
`expire_objects()`
. In our system, we had a cron job do
call
`expire_objects()`
. In our system, we had a cron job do
this. Celery, manual removals, etc. are all options.
this
for a while
. Celery, manual removals, etc. are all options.
To configure a django-pyfs to use static files, set a parameter in
To configure a django-pyfs to use static files, set a parameter in
Django settings:
Django settings:
...
@@ -63,9 +63,7 @@ Good next steps would be to:
...
@@ -63,9 +63,7 @@ Good next steps would be to:
*
Add better test support. Django does nice things with resetting
*
Add better test support. Django does nice things with resetting
DBs to a know state for testing. It'd be nice to do the same here.
DBs to a know state for testing. It'd be nice to do the same here.
State: This code is tested and has worked well in a range of
State: This code is tested and has worked well in a range of settings,
settings. I did just tease it out of a couple of projects which were
and is currently deployed on edx.org. However, it doesn't have test
using it, so there may be issues associated with this, but it does
cases and similar, so can't be considered truly production-ready. The
appear to work. Much of the codebase could use a cleanup -- it's not
expiration functionality, in particular, we are not using right now.
pretty. I also cannot commit to long-term interface stability (but
older versions ought to continue to work). .
Write
Preview
Markdown
is supported
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