aboutsummaryrefslogtreecommitdiff
path: root/budget/run.py
diff options
context:
space:
mode:
authorArnaud Bos <arnaud.tlse@gmail.com>2011-09-11 05:25:42 +0200
committerArnaud Bos <arnaud.tlse@gmail.com>2011-09-11 05:30:28 +0200
commit88cd2f86751621d73574ac56a9d6c4bedcbdd3d5 (patch)
tree14a232f3be23e5785c3b9b37e6d05fbed8d0907f /budget/run.py
parentf48fc22335f1011bcf376a4f266a35a888f47b2e (diff)
downloadihatemoney-mirror-88cd2f86751621d73574ac56a9d6c4bedcbdd3d5.zip
ihatemoney-mirror-88cd2f86751621d73574ac56a9d6c4bedcbdd3d5.tar.gz
ihatemoney-mirror-88cd2f86751621d73574ac56a9d6c4bedcbdd3d5.tar.bz2
Fix #24 on Authentication and New project forms usability.
- Do not display anymore the identifier field in home. - Let the user enter the id if the slug generated from project name already exists as a project id. - Moved get_billform_for from 'utils' to 'forms', to avoid issue (was 'from forms import ...' into utils, and 'from utils import ...' into forms, which causeed an error).
Diffstat (limited to 'budget/run.py')
-rw-r--r--budget/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/run.py b/budget/run.py
index b1fad19..c01dcdb 100644
--- a/budget/run.py
+++ b/budget/run.py
@@ -1,5 +1,5 @@
from web import main, db, mail
-import api
+#import api
from flask import *