On Sat, Dec 25, 2010 at 11:08 AM, Emmerling <emmerl...@gmail.com> wrote:
> I'm trying to manage the static files for my site content. I tried the
> tutorial at http://docs.djangoproject.com/en/dev/howto/static-files/
> but it's not working. The error message I got was Error: No module
> named staticfiles.
>
> I tried checking the django contrib directory and I couldn't find the
> staticfiles directory. Help anyone?

You'd need to have either the 1.3 alpha or beta release, or an SVN
checkout of recent Django trunk. Older Django versions did not have
the staticfiles app, which is why there's a large warning at the top
of that documentation page about it being for the in-development
version of Django.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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

Reply via email to