A blank line in an env file causes Django's manage.py to show "Invalid line" messages. This occurs even if no sub-command is specified.
An error is also thrown on a line beginning with an octothorpe ("#") - something that we use to comment those files.
The Usage docs don't specifically state that these are legal lines. However, the example further down on that page uses them within the example.
A blank line in an env file causes Django's manage.py to show "Invalid line" messages. This occurs even if no sub-command is specified.
An error is also thrown on a line beginning with an octothorpe ("#") - something that we use to comment those files.
The Usage docs don't specifically state that these are legal lines. However, the example further down on that page uses them within the example.