1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

change statements python -> python3

This commit is contained in:
catborise 2020-04-17 14:02:18 +03:00
parent f9b837841c
commit d3de4bbc30
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
"""
Django dev settings for webvirtcloud project.
HowTo: python manage.py runserver 0:8000 --settings=webvirtcloud.settings-dev
HowTo: python3 manage.py runserver 0:8000 --settings=webvirtcloud.settings-dev
"""