What to do after python manage.py runserver

169 views
Skip to first unread message

Matthew Epps

unread,
Mar 4, 2014, 4:50:06 PM3/4/14
to django...@googlegroups.com
Hey all,

I apologize for the extremely basic question. I am new to django and python. But after I enter the "python manage.py runserver" command, my terminal prints out the message that the tutorial says I should expect. However, I have a difficult time entering the other commands on the tutorial. Should I quit the server? Or do I have to type something in to access a point where I could enter more commands?

Thank you,

Matt

Thomas Murphy

unread,
Mar 4, 2014, 6:22:02 PM3/4/14
to django...@googlegroups.com
Hi Matthew,

You'll want to leave the window you typed runserver in open so your app can print information about it's activities to that window. Open another terminal window and proceed from there.

Happy Hacking!

Thomas


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7e58b992-825a-4a32-8830-655853c7f2ca%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Bill Freeman

unread,
Mar 4, 2014, 7:01:06 PM3/4/14
to django-users
Or you can share the one terminal by stopping the server to run other commands, then do runserver again to test them.

The startup message should have told you how to stop (exit, kill) the server.  On linux it's control-C.  That may work elsewhere too.  (Just for completeness, in an emacx shell window, it's two control-Cs in a row.)


Reply all
Reply to author
Forward
0 new messages