Re: django windows apache tell if apache is working

2018-07-03 Thread Bob Bobsled
Hi, I think I see the problem now. WAMP is a special case for aliases, and it's root directory default setup in c:wamp\www for ex.. I need to do some more work on, say for ex. using Django Tut 01, setting up mysite as an alias in wamp, and then putting the polls app in it. I believe apache

Re: django windows apache tell if apache is working

2018-07-02 Thread Bob Bobsled
Hi, I'm still stuck on getting Apache to verify as working with wsgi. Wondering what I might be doing incorrectly. I'm reading lots of tuts, but it's a jungle out there. I changed the folder hierarchy for the project and app so venv, django_project, and django_app are all on the same level as

Re: django windows apache tell if apache is working

2018-06-30 Thread Jason
I meant the tutorial at https://docs.djangoproject.com/en/2.0/intro/tutorial01/ That said, there's a few different ways you can actually deploy, but digitalocean has some good resources for starting out.

Re: django windows apache tell if apache is working

2018-06-30 Thread Bob Bobsled
Hi, Thanks. Yes, I went thru the Mozilla library tutorial on a fedora dev machine to the point where I realized I needed to do more with the last mile, so to speak working on setup of the production server part on Windows and wamp. Seems most tuts end at manage.py runserver, or start into

Re: django windows apache tell if apache is working

2018-06-30 Thread Jason
appreciate the detailed report :-) so, have you set up the django tutorial project? that application method in wsgi doesn't make any sense. you should have urls and views set up in your project -- You received this message because you are subscribed to the Google Groups "Django users"

django windows apache tell if apache is working

2018-06-29 Thread thebobbobsled
Hi, I'm new to this group, and also new to Python, and Django. Seems like lots of good info for django on this group. Sorry for long, detailed descriptions, below, but I am stuck trying to verify wamp, apache and django are working as a production server on a Windows 7, 32-bit machine. I