Skip to content

Commit

Permalink
Automatically migrate old app features
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramisdev committed Aug 22, 2024
1 parent e6b0343 commit 1f92710
Show file tree
Hide file tree
Showing 7 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:
forms: {}
modules: {}
server_modules: {}
assets: {}
scripts: {}
Empty file modified LICENSE
100755 → 100644
Empty file.
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 @@
runtime_options: {client_version: '2', version: 2, server_spec: null}
native_deps:
head_html: |2
<style>
.anvil-panel-section-container { padding: 0 15px; }
</style>
Empty file modified app.json
100755 → 100644
Empty file.
Empty file modified docs/_config.yml
100755 → 100644
Empty file.
Empty file modified docs/index.md
100755 → 100644
Empty file.

0 comments on commit 1f92710

Please sign in to comment.