Commit 411d0326 by Andrew Gaylard

Tidy comments.

parent e8b32108
......@@ -28,7 +28,7 @@ if __name__ == "__main__":
try:
os.mkdir('var')
except OSError:
# May already exist.
# The var dir may already exist.
pass
from django.core.management import execute_from_command_line
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment