view MANIFEST.in @ 4441:4ec7189bb164

auth: unauthenticated users do not have full_name_or_username - show login box instead AuthUser is only fully populated after it has been loaded with db fields ... but that only happens for authenticated users. Anonymous users could thus trigger a crash.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 12 Aug 2014 13:08:23 +0200
parents 7e5f8c12a3fc
children b8efb9a39c73
line wrap: on
line source

include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#templates
recursive-include kallithea/templates *