Thank you very much. You're right.
In the official documentation there is no reference of that (step 2 
<https://docs.djangoproject.com/en/1.6/intro/tutorial02/>). Can anyboydy 
add it?

Thanks,

El dilluns 11 d’agost de 2014 0:02:34 UTC+2, Adrian Marshall va escriure:
>
> Think I found the problem. 
> You're not registering the new Admin model classes you have made. 
>
> change: admin.site.register(Resguard)
> to this:
>             admin.site.register(Resguard,ResguardAdmin)
>
> do the same with the rest of your admin.site.register() functions
>
> That should work! Hope that helps!
>
> On Sunday, August 10, 2014 3:09:36 PM UTC-4, somen...@gmail.com wrote:
>>
>> Hi,
>>
>> I'm following the django tutorial with my application. When I add 
>> fieldset, search_fields, and other options in the admin.py in my app, 
>> django-admin ignores that.
>>
>> You can see the source code [here](
>> https://github.com/somenxavier/serviedre-tasques/tree/master/serviedre)
>>
>> Can anyone take a look. Thanks in advance,
>> Xan
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bad64743-cc06-4daa-ae5b-f5cff8a15c93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to