We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4802ae commit b564464Copy full SHA for b564464
en/django_start_project/README.md
@@ -113,6 +113,8 @@ ALLOWED_HOSTS = ['127.0.0.1', '<your_username>.pythonanywhere.com']
113
> **Note**: If you're using a Chromebook, add this line at the bottom of your settings.py file:
114
> `MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'`
115
116
+> Also add `django-girls-<your_username>.c9users.io` to the ALLOWED_HOSTS if you are using cloud9
117
+
118
## Set up a database
119
120
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