Wednesday, January 12, 2011

Re: Need HELP urgently

You could also consider using an AJAX-based "autocomplete" approach;
see:
http://code.djangoproject.com/wiki/AutoCompleteSolutions

On Jan 12, 7:27 am, gupta-django <gupta55...@gmail.com> wrote:
> I have two application
>
> 1. App1 - It has a Model Class "Entry" that has 200000 entries
> 2. App2 - It has a Model Class "Priority"
>
> In Priority class I am defining a Foreign Key Relationship as
>
> from App1.models import Entry
>
> class Priority(models.Model):
>     entry = models.ForeignKey(Entry)
>     priority = models.CharField(max_length=2)
>
> And in App2/admin.py I am simply registering Priority
>
> admin.site.register(Priority)
>
> But on Admin website when I try to add a priority - the control hangs
> up and only a blank page is returned after a long time gap.
>
> Can anyone please look into the issue that why it is not letting me
> add priorities through Admin? I am able to add from backend,
>
> 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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate