dependency clean up

v2.2
Steve Nyemba 2 months ago
parent 74e0e2faf9
commit 588e7897f4

@ -2,7 +2,7 @@
import base64 import base64
import os import os
import json import json
import meta # import meta
from cms.engine import themes from cms.engine import themes
# def make (**_args): # def make (**_args):
# """ # """
@ -94,10 +94,11 @@ def _index (_path,root):
""" """
Creating a default index.html for the site given the project root location Creating a default index.html for the site given the project root location
""" """
import cms
_html = f""" _html = f"""
<div align="center"> <div align="center">
<div class="large-text">Thank you for considering QCMS</div> <div class="large-text">Thank you for considering QCMS</div>
<div>version {meta.__version__} by {meta.__author__}, {meta.__email__}</div> <div>version {cms.meta.__version__} by {cms.meta.__author__}, {cms.meta.__email__}</div>
</div> </div>
<p> <p>

Loading…
Cancel
Save