Skip to content

Commit b564464

Browse files
committed
added note about an additional ALLOWED_HOST needed for users on cloud9
1 parent c4802ae commit b564464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/django_start_project/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ ALLOWED_HOSTS = ['127.0.0.1', '<your_username>.pythonanywhere.com']
113113
> **Note**: If you're using a Chromebook, add this line at the bottom of your settings.py file:
114114
> `MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'`
115115
116+
> Also add `django-girls-<your_username>.c9users.io` to the ALLOWED_HOSTS if you are using cloud9
117+
116118
## Set up a database
117119

118120
There's a lot of different database software that can store data for your site. We'll use the default one, `sqlite3`.

0 commit comments

Comments
 (0)