Fix PEP8 issues.
Fix some pep8 issues in manage.py make the code looks pretty. Change-Id: I0e02ed538dbef9ab41a3c698e94ac56e4afc018e
This commit is contained in:
parent
b177299953
commit
9c77ce0fa9
@ -3,10 +3,9 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
from django.core.management import execute_from_command_line
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "openstack_dashboard.settings")
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE",
|
||||||
|
"openstack_dashboard.settings")
|
||||||
from django.core.management import execute_from_command_line
|
|
||||||
|
|
||||||
execute_from_command_line(sys.argv)
|
execute_from_command_line(sys.argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user