Introduce new flask based python backend

This supports most functionality. Tested the following functionality:
* Create account
* Delete account
* Create a card
* Download offline copy (couldn't log in) - needs work
* Change passphrase
* One time password creation and use
Cette révision appartient à :
jokajak
2015-04-20 08:37:48 -04:00
Parent 5748515655
révision fab1d05127
22 fichiers modifiés avec 1201 ajouts et 1 suppressions
+2 -1
Voir le fichier
@@ -1,5 +1,5 @@
from frontendBuilder import FrontendBuilder
from scss import Scss
#from scss import Scss
import os
import shutil
@@ -38,6 +38,7 @@ class DeltaBuilder(FrontendBuilder):
return ""
def preprocessCSS (self, targetFile):
from scss import Scss
logging.basicConfig()
scssVariables = {}
scssCompiler = Scss(