Skip to content

Commit

Permalink
Merge pull request GeoNode#64 from GFDRR/defaultuser-update
Browse files Browse the repository at this point in the history
Change default user to gfdrr
  • Loading branch information
fvanderbiest authored Aug 31, 2017
2 parents 1f5bfd2 + 2fc34a0 commit 868cb25
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 868cb25

Please sign in to comment.