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

Embedded Images should be stored separately as files not ony embedded in the DB #32

Open
JulianFeinauer opened this issue Jan 15, 2021 · 3 comments

Comments

@JulianFeinauer
Copy link

Is this something that is planned to support?

@LeeHanYeong
Copy link
Owner

That's a long-term plan for the 1.0 release. 😅
I know storing images in a DB is a bad design, but in this project, beginners using Django focused more on making the output easier.

@JulianFeinauer
Copy link
Author

I solved this in a project by extracting them from the content and storing them as Django Files AFTER the upload. I can share code (or try to prepare a PR) if you like?

@mohammadmaso
Copy link

I solved this in a project by extracting them from the content and storing them as Django Files AFTER the upload. I can share code (or try to prepare a PR) if you like?

Could you share your code in a repo? I need it.

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

No branches or pull requests

3 participants