Theme for django admin interface.

2019-05-28 Thread Akshay Jain
as per the requirements of my company, there has to be some robust theme for the admin interface. Can anyone suggest some good theme? -- Regards, Akshay Jain -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and s

Foreign key issue

2018-08-21 Thread Akshay Jain
Hello, In my Django application, I want to use a foreign key from one db to another. Is it possible? as I'm able to see the listing in /add endpoint but when I try to save It says that the table doesn't exist. Thanks -- Regards, Akshay Jain -- You received this message becau

Re: Foreign key issue

2018-08-23 Thread Akshay Jain
s.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Regards, Akshay Jain -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei

Re: Ldap for django

2018-10-01 Thread Akshay Jain
ps://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/c6af86bb-ce82-4d5e-a229-bfede98307a5%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/c6af86bb-ce82-4d5e-a229-bfede98307a5%40googlegro

DB inconsistent writes.

2018-10-01 Thread Akshay Jain
Hello, I'm facing a strange issue where in my django application sometimes the data is not getting completely written to the DB. The entry is created but some fields are not written -- Regards, Akshay Jain -- You received this message because you are subscribed to the Google Groups &q

Re: DB inconsistent writes.

2018-10-01 Thread Akshay Jain
Yeah, this happens ~10% of times. Rest of the writes are perfect. On Mon, Oct 1, 2018 at 1:51 PM Vineet Kothari wrote: > Please check whether the data serializong properly or not > > On Mon 1 Oct, 2018, 1:43 PM Akshay Jain, > wrote: > >> Hello, >> >> I