@@ -27,13 +27,18 @@ Tutorial: Setting up a new Django app on Pythonanywhere
2727Quickstarting 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
3540This 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
3742can put the app into your Dropbox - but you'll need to have set up a shared
3843Dropbox folder already. There's more info on that in the **Files** tab on
3944your dashboard
@@ -267,7 +272,8 @@ If you have followed along with this tutorial you should now have a working,
267272dynamic page at <your username>.pythonanywhere.com.
268273
269274You 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
271277to see what else is possible.
272278
273279But for now, that's the end of the tutorial. Happy coding!
0 commit comments