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

Add media & migrations to .gitignore; Fix upload js bug (now it can cont... #2

Merged
merged 1 commit into from
May 1, 2015

Conversation

voidrank
Copy link
Contributor

@voidrank voidrank commented May 1, 2015

  1. After synchronizing database with South, a folder named migrations is generated; after uploading files, a folder named demo/media is generated.
  2. Fix a typo: mesages
  3. form_data need to be updated. If form_data is not updated when you upload the second file, it will cause a Upload has already been marked as "complete" error.(because the previous file's upload_id is not removed.)

…ontinue to upload other files after the first file upload completed)
juliomalegria added a commit that referenced this pull request May 1, 2015
Add media & migrations to .gitignore; Fix upload js bug (now it can cont...
@juliomalegria juliomalegria merged commit 7552888 into juliomalegria:master May 1, 2015
@juliomalegria
Copy link
Owner

Thanks for contributing @voidrank!
I merged your pull request. I just did a small change to make it more readable (8e2a25e): there's no need to do the loop since we know the csrftoken is always going to be first on the list.

@juliomalegria juliomalegria mentioned this pull request May 1, 2015
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.

2 participants