Files @ b68b2246e5a6
Branch filter:

Location: kallithea/pylons_app.egg-info/entry_points.txt

Marcin Kuzminski
Authenticated controller with LoginRequired decorator, and cleaned __before__ (used in baseController now). fixed User for clone url with logged in session user.
Removed login form from admin.
1
2
3
4
5
6
7

    [paste.app_factory]
    main = pylons_app.config.middleware:make_app

    [paste.app_install]
    main = pylons.util:PylonsInstaller