Re: Template path for new admin doc broken in revision 8520?

2008-08-25 Thread Eric VW

I opened the ticket and I have a patch out there to fix the problem.
The real problem is 'django.contrib.admindocs' doesn't really deserve
its own contrib app page in the documents.  It is more of a helper
application than anything.  It just needs to be enabled via
INSTALLED_APPS and adding a one-liner in the urls.py when you open a
project would seem like a suitable location.

On Aug 24, 2:18 pm, Ulf Kronman <[EMAIL PROTECTED]> wrote:
> Thanks Karen and Shadow,
>
> > > > urlpatterns = patterns('',
> > > >    #Admin
> > > >    (r'^admin/doc/', include('django.contrib.admindocs.urls')),
> > > >    (r'^admin/(.*)',admin.site.root),
> > > > )
> > > You need that in urls.py,  plus you need  'django.contrib.admindocs' added
> > > to your INSTALLED_APPS.  There's a ticket open 
> > > (http://code.djangoproject.com/ticket/8496) for getting this last bit
> > > mentioned somewhere in the docs, at the moment I don't believe it's
> > > mentioned anywhere.
>
> I had the urlpatterns mentioned by Shadow already installed, but I
> missed the django.contrib.admindocs app that Karen mentioned.
>
> I have installed the admindocs app now, andadmindocs are working
> fine for me again.
>
> Thanks for quick help,
> Ulf
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Can POST data be stuck?

2008-04-06 Thread Eric VW

Hey Everyone,

I was wondering if someone could click glance over (http://dpaste.com/
43498/) and let me know if there is any chance that POST data could be
stuck on successfull submission or not.  I thought I thoroughly tested
this with multiple submits, refreshes, and combinations thereof, but
some student who was submitting to my autograder claims that when he
"clicked refresh" that it re-submitted the data, but what is strage
the ``refreshs'' were 5 minutes apart.

Thanks!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



What is an UploadedFile?

2008-03-28 Thread Eric VW

I have tried searching around in the newforms FileField documentation
and have no idea what I is the UploadedFile object is when you
cleaned_data?  Does anyone else know?

Thanks!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---