Skip to content
Snippets Groups Projects
Verified Commit 0fcf8795 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Start work on python script

parent 5095a2b8
Branches
No related tags found
No related merge requests found
Pipeline #172 failed
...@@ -59,3 +59,6 @@ fabric.properties ...@@ -59,3 +59,6 @@ fabric.properties
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
# Built by python script
public/
\ No newline at end of file
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>
\ No newline at end of file
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.12" /> <option name="sdkName" value="Python 3.12" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Remote Python 3.12.4 Docker (python:3)" project-jdk-type="Python SDK" />
</project> </project>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4"> <module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" /> <orderEntry type="jdk" jdkName="Remote Python 3.12.4 Docker (python:3)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="bootstrap" level="application" /> <orderEntry type="library" name="bootstrap" level="application" />
<orderEntry type="library" name="bootstrap-icons" level="application" /> <orderEntry type="library" name="bootstrap-icons" level="application" />
......
import shutil import shutil
shutil.copyfile("templates/index.html", "public/index.html") shutil.copyfile("templates/index.html", "public/index.html")
shutil.copy("static/*", "public/")
File moved
File moved
File moved
{
"name": "Pizza Palace",
"description": "I was tasked with a simple challenge and I overengineered it. Complete with admin UI and database.",
"badge_text": "Finished",
"badge_class": "text-bg-success",
"image": "img/project/pizzapalace.png"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment