Skip to content

Commit

Permalink
Change default user to gfdrr
Browse files Browse the repository at this point in the history
Default user when importing layers is preferred to be gfdrr unless otherwise stated.
  • Loading branch information
ErikKBethke authored Aug 30, 2017
1 parent 1f5bfd2 commit 2fc34a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/management/commands/importlayers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Command(BaseCommand):
'-u',
'--user',
dest="user",
default=None,
default="gfdrr",
help="Name of the user account which should own the imported layers"),
make_option(
'-i',
Expand Down

0 comments on commit 2fc34a0

Please sign in to comment.