renamed project

This commit is contained in:
Matthew Scragg 2013-10-03 10:01:40 -05:00
parent cba28239a2
commit 2bbeb52178
307 changed files with 4 additions and 4 deletions

2
app.py
View File

@ -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)

View File

@ -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):

View File

@ -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):

View File

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View File

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