Commit Graph

2 Commits

Author SHA1 Message Date
Takeshi Kanemoto 3bb4544b26 Import make_app from lodgeit.application instead of lodgeit
The commit that fixes PEP-8 errors removed the possibility to
import make_app from lodgeit as a shorthand. This breaks lodgeit.wsgi,
while manage.py works fine as it imports make_app from
lodgeit.application directly.

Fix lodgeit.wsgi so that it imports make_app from lodgeit.application
instead, making it more consistent with manage.py.

Ref: fbb61e9c1d
Change-Id: Ic4dfc118712d2c88886416af0e5ad003b8af017d
2015-11-27 07:31:39 +00:00
mitsuhiko a0794b8bce added lodgeit.wsgi file 2008-06-23 12:49:53 +02:00