Hi Guys,

In the final steps of my app and looking to deploy (yay!). I'm using a
dedicated server which has Apache 2 and is using FastCGI with
Lighttpd.

Django installed, the models are in, the mysql database is working but
I can't get past this welcome screen:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It worked!
Congratulations on your first Django-powered page.

Of course, you haven't actually done any work yet. Here's what to do
next:
If you plan to use a database, edit the DATABASE_* settings in
thumbslap/settings.py.
Start your first app by running python thumbslap/manage.py startapp
[appname].
You're seeing this message because you have DEBUG = True in your
Django settings file and you haven't configured any URLs. Get to work!
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Now - I have set up everything it mentions above and I have even
turned DEBUG to False. I've created my project.fcgi file alongside
my .htaccess file, both of which I have ran the "touch" command on to
restart.

Basically, no matter what I put after my URL it always points to the
welcome page E.G. www.mysite.com/admin/ or www.mysite.com/static/

Any ideas?

Cheers,
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to