-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cb380d
commit 8431800
Showing
41 changed files
with
505 additions
and
417 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
*.pyc | ||
tmp |
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,9 @@ | ||
*.pyc | ||
app.db | ||
./tmp | ||
./build/* | ||
./.idea | ||
./.idea/* | ||
env | ||
venv | ||
*.sublime* |
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,15 @@ | ||
Base Skeleton to start your application using Flask-AppBuilder | ||
-------------------------------------------------------------- | ||
|
||
- Install it:: | ||
|
||
pip install flask-appbuilder | ||
git clone https://github.com/dpgaspar/Flask-AppBuilder-Skeleton.git | ||
|
||
- Run it:: | ||
|
||
fabmanager run | ||
|
||
|
||
That's it!! | ||
|
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,3 @@ | ||
# TODO | ||
* Default URL params per datasource | ||
* Get config metrics to work |
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.