#django
Read more stories on Hashnode
Articles with this tag
# migrations/0001_my_migration.py from my_file import MY_CONSTANT MyModel.objects.get_or_create(name=MY_CONSTANT) #...