Store license diff screenshot in database instead of uploading to github #218
Labels
good-first-issue
Begineer issue
gsoc
Submit New License
Issues related to the submit new license feature
Currently we upload the diff of the license text on a separate diff repo (see
DIFF_REPO_WITH_OWNER
insettings.py
). Instead of uploading to github, we can directly save the static file in the database. Django provides BinaryField to store raw binary data.Some links, articles and group conversations.
The text was updated successfully, but these errors were encountered: