Skip to content

Commit

Permalink
Automatically migrate old app features
Browse files Browse the repository at this point in the history
  • Loading branch information
PumucklRandom committed Oct 4, 2024
1 parent f432302 commit 5421666
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .anvil_editor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
unique_ids:
assets: {}
forms: {}
modules: {}
scripts: {}
server_modules: {}
7 changes: 7 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# This repository is an Anvil app. Learn more at https://anvil.works/
# To run the server-side code on your own machine, run:
# pip install anvil-uplink
# python -m anvil.run_app_via_uplink YourAppPackageName

__path__ = [__path__[0]+"/server_code", __path__[0]+"/client_code"]
7 changes: 7 additions & 0 deletions anvil.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
native_deps:
head_html: |2
<style>
.anvil-panel-section-container { padding: 0 15px; }
</style>
runtime_options: {client_version: '2', server_spec: null, version: 2}

0 comments on commit 5421666

Please sign in to comment.