Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix default upload_dir source bug #42

Closed
wants to merge 1 commit into from
Closed

fix default upload_dir source bug #42

wants to merge 1 commit into from

Conversation

dotcom900825
Copy link

read the default upload_dir source from django project's setting file

read the default upload_dir source from django project's setting file
@skoczen
Copy link
Owner

skoczen commented Mar 8, 2014

I'm +1 to this, but want a default provided.

Implementing as:

UPLOAD_DIR = getattr(settings, "UPLOAD_DIR", "uploads")

, still crediting you in the readme!
Will go out this afternoon in 0.3.5.

@skoczen skoczen closed this Mar 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants