Skip to content

Commit

Permalink
add command to change site name and hostname to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricki-z committed Jun 2, 2020
1 parent f51a98e commit 6072529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ docker-compose exec get_together python3 manage.py createsuperuser

You can then connect to the container by going to localhost:8000

## Changing name and hostname

If you want to use this software with an own hostname you need to change the site settings:

`./env/bin/python manage.py shell -c "from django.contrib.sites.models import Site; Site.objects.filter(domain='example.com').update(name='My Site', domain='mysite.tld')"`

## Test Federation

You can import live event data into your "Searchable" table with this command:
Expand Down

0 comments on commit 6072529

Please sign in to comment.