Have a website build on django, i desire to transfer the website to a
new domain, i already created the application and even website at
webfaction, i have even copied the entire code of the previous site to
the ftp of the new website iwant. well being new, all i get is
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 DATABASES setting in
myproject/settings.py.
* Start your first app by running python myproject/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!
can someone suggest what else i need to do.
thanx
--
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?hl=en.