-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically migrate old app features
- Loading branch information
1 parent
f432302
commit 5421666
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
unique_ids: | ||
assets: {} | ||
forms: {} | ||
modules: {} | ||
scripts: {} | ||
server_modules: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |