tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Chromebook - cloud9 django admin step

Open no1joel opened this issue 8 years ago • 3 comments

In the Django admin section there's a bit about going to the /admin that tells the attendee to go to http://127.0.0.1:8000/admin/ , this should probably mention that if you're on a chromebook you should go to your cloud9 address + '/admin'.

no1joel avatar Jun 17 '17 14:06 no1joel

I'm updating the Chromebook tutorial this week in advance of the Portland, OR workshop next weekend and can clarify this.

vilmibm avatar Oct 09 '17 05:10 vilmibm

Go ahead @vilmibm :)

aniav avatar Oct 09 '17 05:10 aniav

Just ran into this today as well.

It's also in some other steps:

  • https://tutorial.djangogirls.org/en/django_urls/#your-first-django-url ("Django will now redirect everything that comes into 'http://127.0.0.1:8000/' to blog.urls and look for further instructions there.")
  • https://tutorial.djangogirls.org/en/django_views/#blogviewspy ("Save the file, go to http://127.0.0.1:8000/ and see what we've got.")

Not sure whether that warrants further changes than what @vilmibm did in #1143 but I thought I would list this anyway.

thibaudcolas avatar Nov 04 '17 14:11 thibaudcolas