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

New uploader widget #252

Merged
merged 48 commits into from
Dec 28, 2023
Merged

New uploader widget #252

merged 48 commits into from
Dec 28, 2023

Conversation

evgkirov
Copy link
Collaborator

@evgkirov evgkirov commented Aug 23, 2023

Description

To run demo:

git clone https://github.com/uploadcare/pyuploadcare-example.git pyuploadcare-example-new-uploader
cd pyuploadcare-example-new-uploader
git checkout feature/new_uploader
echo UPLOADCARE_PUBLIC_KEY=demopublickey >> secret.env
echo UPLOADCARE_SECRET_KEY=demosecretkey >> secret.env
docker compose up --build

http://127.0.0.1:8000/posts/create/

To switch between the versions: in app/settings.py change the value of use_legacy_widget setting (it's in the bottom of the file).

Checklist

TBD

pyuploadcare/dj/conf.py Fixed Show fixed Hide fixed
HISTORY.md Outdated Show resolved Hide resolved
docs/install.rst Outdated Show resolved Hide resolved
docs/install.rst Outdated Show resolved Hide resolved
@evgkirov
Copy link
Collaborator Author

evgkirov commented Oct 4, 2023

To run demo:

git clone https://github.com/uploadcare/pyuploadcare-example.git pyuploadcare-example-new-uploader
cd pyuploadcare-example-new-uploader
git checkout feature/new_uploader
echo UPLOADCARE_PUBLIC_KEY=demopublickey >> secret.env
echo UPLOADCARE_SECRET_KEY=demosecretkey >> secret.env
docker compose up --build

http://127.0.0.1:8000/posts/create/

To switch between the versions: in app/settings.py change the value of legacy_widget setting (it's in the bottom of the file).

@evgkirov evgkirov changed the title DRAFT New uploader widget New uploader widget Oct 5, 2023
pyuploadcare/dj/forms.py Show resolved Hide resolved
@evgkirov evgkirov merged commit 824c1b6 into main Dec 28, 2023
33 checks passed
@evgkirov evgkirov deleted the feature/234-new_uploader branch December 28, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants