Skip to content
Snippets Groups Projects
Commit 3c03a4f6 authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Fix typos

parent b51dbf44
No related branches found
No related tags found
1 merge request!30Documentation
......@@ -69,10 +69,10 @@ You can start Django's internal web server by running the following command:
```sh
cd ~/projects/internhewshid/django/website
./manager.py runserver
./manage.py runserver
```
Once this is started, you can point your web browser to `http://localhost:8000` to see the Inteernews HID.
Once this is started, you can point your web browser to `http://localhost:8000` to see the Internews HID.
### Notes on the development version
......@@ -128,7 +128,7 @@ The production version is stricter in terms of security, and you must explicitly
```python
ALLOWED_HOSTS = [
'.internewshist.aptivate.org',
'.internewshid.aptivate.org',
'www.internewshid.aptivate.org'
]
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment