Skip to content

Commit 5b9fbbb

Browse files
author
Resolver Developers
committed
Adjusts django tutorial for new quickstart wizard. By Hansel.
1 parent 95f93d7 commit 5b9fbbb

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

content/django.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,18 @@ Tutorial: Setting up a new Django app on Pythonanywhere
2727
Quickstarting a new project, using the big pony button
2828
---------------------------------------------------------------------------------
2929

30-
Log into PythonAnywhere, got the the **Web** tab, and click on the big
31-
"New Django App" button:
30+
Log into PythonAnywhere, go to the **Web** tab, and click on
31+
**Add a new web app** link.
3232

33-
.. image:: static/django/new_django_button.png
33+
This will pop up a dialog that asks you to enter your own domain or gives you
34+
the option of using <username>.pythonanywhere.com. Just select that for now and
35+
click next.
36+
37+
Now you will be presented with a list of the various Web frameworks you can
38+
choose from. Select **Django**.
3439

3540
This will bring up a menu - feel free to change the *Project Name* to something
36-
more descriptive. The default *Directory* is fine, or if you prefer you
41+
more descriptive. The default directory is fine, or if you prefer you
3742
can put the app into your Dropbox - but you'll need to have set up a shared
3843
Dropbox folder already. There's more info on that in the **Files** tab on
3944
your dashboard
@@ -267,7 +272,8 @@ If you have followed along with this tutorial you should now have a working,
267272
dynamic page at <your username>.pythonanywhere.com.
268273

269274
You can continue to experiment with this by changing the view and the template a
270-
s well as read through the full Django documentation https://docs.djangoproject.com
275+
s well as progress through the full Django tutorial starting here:
276+
https://docs.djangoproject.com/en/dev/intro/tutorial01/#creating-models
271277
to see what else is possible.
272278

273279
But for now, that's the end of the tutorial. Happy coding!

0 commit comments

Comments
 (0)