Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3ad93 commit ca0e4b2Copy full SHA for ca0e4b2
pythoncms/cli.py
@@ -62,4 +62,8 @@ def start(name):
62
trycopytree(str(path.parent.absolute()), dest)
63
tryrmfile(dest + "/cli.py")
64
trymkfile(dest + "/requirements.txt", reqs)
65
+ try:
66
+ os.rename('.env_demo', '.env')
67
+ except Exception as e:
68
+ print(e)
69
click.echo(f"🍭 Pythoncms project {name} is ready to go!")
0 commit comments