Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.16 KB

site-name.md

File metadata and controls

28 lines (17 loc) · 1.16 KB

Name your site

By default, Django will name your site as "example.com". To rename your site to the correct name, first log into the admin console at https://url.com/admin with your superuser credentials.

Once logged in, click on "Sites".

![the "Sites" section in the admin page](../../assets/admin-site.png){ width="500" }

You should see a single site named "example.com". Clicking on it will open the editor to configure your site.

![Site domain and display name editor](../../assets/change-site-details.png){ width="400" }

Enter in your domain name (e.g. url.com) and display name (e.g. DIVERS-H), save, and you're done!

To be sure the settings are properly propagated, you can restart the docker container with docker compose restart django.


If you are deploying for the first time, then at this point you should be ready to go! Visit https://url.com (or your appropriately configured domain) to log in.

You should also review the other parts of the admin guide that are of importance, such as: