Saturday, June 25, 2011

Re: Can't get official "djangoproject.com" site running

On Sat, Jun 25, 2011 at 4:35 PM, mark elion <osupka@gmail.com> wrote:
Hello guys. I am quite a beginner in using django and python. I have
read through tutorial on the official website, and also separate
topics on models, views, templates, urls, forms. So I have basic idea
on how django works.
I have choosen the official djangoproject website from here
https://github.com/django/djangoproject.com as the subject for my
experiments. But I can't get it running.
I have installed all packages it needed. And, as I didn't want to
bother myself with PostgreSQL I changed engine to sqlite3.

Now I have error:
--------------------------------------------------------------------------------------------------
DoesNotExist at /

DocumentRelease matching query does not exist.


Your database doesn't have some content the code is expecting.

Your choice of base for experimentation seems a bit odd to me. djangoproject.com isn't intended (so far as I know) to be a re-usable project. I don't know that you are going to find anywhere what assumptions the code makes about  what content is pre-existing in the database.

Karen

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment