haldis/app/james.py
James 24c5da72f6 Merge branch 'master' of github.com:ZeusWPI/James
Conflicts:
	app/app.py
	app/james.py
2015-04-02 12:47:11 +02:00

12 lines
202 B
Python

from views import *
from app import app, db, logger
from admin import admin
from login import login_manager
from models import *
from forms import *
from utils import *
from views import *
app.run()