forked from CGM_Public/pretix_original
typo in comment (#1339)
This commit is contained in:
committed by
Raphael Michel
parent
be310a4e47
commit
a2fbc376a5
@@ -2,7 +2,7 @@
|
|||||||
Django tries to be helpful by suggesting to run "makemigrations" in red font on every "migrate"
|
Django tries to be helpful by suggesting to run "makemigrations" in red font on every "migrate"
|
||||||
run when there are things we have no migrations for. Usually, this is intended, and running
|
run when there are things we have no migrations for. Usually, this is intended, and running
|
||||||
"makemigrations" can really screw up the environment of a user, so we want to prevent novice
|
"makemigrations" can really screw up the environment of a user, so we want to prevent novice
|
||||||
users from doing that by going really dirty and fitlering it from the output.
|
users from doing that by going really dirty and filtering it from the output.
|
||||||
"""
|
"""
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user