Hi, Kirby, Thanks for the info about Cloud 9. My Python projects don't run, and all I get is the message on the new page:
> "It worked! > Congratulations on your first Django-powered page. > Of course, you haven't actually done any work yet. Next, start your first > app by running python manage.py startapp [app_label]." So I downloaded the mfg.py file and put in the ip and port that Cloud9 says my project is running on. I even started a terminal to put in the above code but what is the name of the app? The python file I want to run? Looking forward to hearing from you, Peter <snip> > > Here's the source code for what's running @ Cloud9: > > https://github.com/4dsolutions/Python5/blob/master/mfg.py > > with this change to the final boot section: > > if __name__ == '__main__': > app.run( > debug = True, > host = os.getenv("IP"), > port = int(os.getenv("PORT"))) > > > Kirby > > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/edu-sig/attachments/20160309/48fa8a27/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Edu-sig mailing list > Edu-sig@python.org > https://mail.python.org/mailman/listinfo/edu-sig > > > ------------------------------ > > End of Edu-sig Digest, Vol 152, Issue 7 > *************************************** >
_______________________________________________ Edu-sig mailing list Edu-sig@python.org https://mail.python.org/mailman/listinfo/edu-sig