Hi all,
I'm trying to install django-adminfiles, but I have some
difficulty understanding a passage:

To use django-adminfiles in your Django project:

1) Add 'adminfiles' to your INSTALLED_APPS setting.

2) Make the contents of the adminfiles/media/adminfiles directory available
at MEDIA_URL/adminfiles (or
    ADMINFILES_MEDIA_URL/adminfiles/, see ADMINFILES_MEDIA_URL). This can be
done by through your webserver configuration, via an
    app such as django-staticfiles, or by copying the files or making a
symlink.

3) Add url(r'^adminfiles/', include('adminfiles.urls')) in your root
URLconf.
    Inherit content model admin options from FilePickerAdmin.

While the first step and third steps are fairly clear, I have a bit of
confusion on the second pass. Just do not know if I have to create a link,
or if I take the folder and copy adminfiles ... where?

Sorry for the bad English ....

Thanks.

-- 
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.

Reply via email to