Skip to content

Commit

Permalink
Starting over
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 15, 2015
1 parent 4cb380d commit 8431800
Show file tree
Hide file tree
Showing 41 changed files with 505 additions and 417 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
tmp
86 changes: 0 additions & 86 deletions base.html

This file was deleted.

1 change: 0 additions & 1 deletion init.sh

This file was deleted.

9 changes: 9 additions & 0 deletions panoramix/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.pyc
app.db
./tmp
./build/*
./.idea
./.idea/*
env
venv
*.sublime*
15 changes: 15 additions & 0 deletions panoramix/README.rst
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!!

3 changes: 3 additions & 0 deletions panoramix/TODO.md
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 removed panoramix/__init__.py
Empty file.
251 changes: 0 additions & 251 deletions panoramix/app.py

This file was deleted.

Loading

0 comments on commit 8431800

Please sign in to comment.