project can be public (default) or private

This commit is contained in:
Élie Bouttier 2014-08-07 13:26:22 -07:00
parent e870608072
commit 00b8ae612d
5 changed files with 27 additions and 4 deletions

View file

@ -10,7 +10,7 @@ import shlex
def project_list(request):
if not Project.objects.exists():
if not request.projects.exists():
messages.info(request, 'Start by creating a project.')