Last active
April 12, 2022 09:08
-
-
Save UnknownPlatypus/bf3b58de6f5446d99595b5fc2061ca70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
egrep 'model_name=".*",' <file> | grep -o '".*"' |sort -u > m.txt | |
sed -i '$!s/$/,/' m.txt | |
pm makemigrations --empty extended_tag --name data_migration_image_fields | |
# Grep thing starting with | |
grep -oP 'name: "\K\w+' cron.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment