Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
https://github.com/DjangoGirls/tutorial/issues/1188 is another issue that requires new screenshots.
To clarify: if Introduction to the Command line was before Installation, it would be clearer for users.
This looks like a plugin that does something similar with replacements: https://github.com/wikiti/gitbook-plugin-code-captions/blob/master/index.js
Which Django version are you using? The `BASE_DIR` variable in `settings.py` only came since some version. It might be useful to share your entire `settings.py`.
That doesn't make sense because it's defined at the top of the file. It feels like the file on pythonanywhere.org might be different than what you have locally. I'd check...
Please verify `BASE_DIR` is in your `settings.py`. It should be by default. It looks something like this: ```python BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) ``` Also verify that the `settings.py` file on PythonAnywhere...
I also just noticed that the latest version wasn't deployed yet but don't know how it's actually deployed. From DNS we can see it's hosted by gitbooks.io: ``` $ dig...
That makes sense. Could come up with a pull request?
Is this still relevant?
@pts which keyboard layout was used when you could reproduce it?