Allow rpms as a prefix for project names

This commit is contained in:
Pierre-Yves Chibon 2016-07-30 10:59:37 +02:00
parent fef3fdb44d
commit 047bf97b96

View file

@ -174,6 +174,7 @@ ENABLE_NEW_PROJECTS = False
ENABLE_DEL_PROJECTS = False
ENABLE_TICKETS = False
ENABLE_USER_MNGT = False
ALLOWED_PREFIX = ['rpms']
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']