Hey guys, I just need a little guidance here as I'm not all that awesome with servers. I'm currently being hosted on grokthis.net and a short while after I received my account information I've been trying to get a quick site up so that I can start making something significant
they've set it up such that my domain name is located in /public_html/mydomain-org.net and I've created my app inside /mydomain.org-net jumping back into the server, I jump into my etc/apache2/conf.d/sites-enabled/ directory and I find mydomain-org.net I've done the following code changes <location "/ready"> #ready is my app name SetEnv DJANGO_SETTINGS_MODULE ready.settings Made changes to the settings.py file to set DEBUG = FALSE and I've setup my urls.py to link to a basic index.html And I haven't been able to get my site up. Right now, all I see is this light blue Django Debug page that tells me to turn off debug and alter my urls.py file. Any ideas? Thanks Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

