renamed project
This commit is contained in:
parent
cba28239a2
commit
2bbeb52178
2
app.py
2
app.py
|
@ -1,7 +1,7 @@
|
|||
from gevent import monkey, pywsgi
|
||||
monkey.patch_all()
|
||||
import logging
|
||||
from reimagine import app
|
||||
from realms import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.logger.setLevel(logging.INFO)
|
||||
|
|
|
@ -2,7 +2,7 @@ import rethinkdb as rdb
|
|||
from flask import session
|
||||
from flask.ext.login import login_user
|
||||
from rethinkORM import RethinkModel
|
||||
from reimagine import conn, bcrypt
|
||||
from realms import conn, bcrypt
|
||||
|
||||
|
||||
def to_dict(cur, first=False):
|
|
@ -1,7 +1,7 @@
|
|||
import time
|
||||
from functools import update_wrapper
|
||||
from flask import request, g
|
||||
from reimagine import app, cache
|
||||
from realms import app, cache
|
||||
|
||||
|
||||
class RateLimit(object):
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue