project can be public (default) or private
This commit is contained in:
parent
e870608072
commit
00b8ae612d
5 changed files with 27 additions and 4 deletions
|
@ -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.')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue