Re: Sending XML data from Django to another server (SAP)

2019-12-10 Thread Pema Galey
act based python/django freelancer? > I can help you in this and related tasks > Best Regards, > Divyesh Khamele > > On Sat, 7 Dec 2019 at 19:51, Pema Galey <mailto:pematg...@gmail.com>> wrote: > Hi All, > Someone recommend in sending the data from Django server t

Sending XML data from Django to another server (SAP)

2019-12-07 Thread Pema Galey
Hi All, Someone recommend in sending the *data from Django server to SAP server which interprets in XML format.* Thank you -- 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

How to display on Django page based on user's condition?

2019-11-21 Thread Pema Galey
Hi All, I am Employee model directly link with User model and Employee holds User ID and division from Division model. Every employee holds single Division. class Employee(models.Model): user = models.OneToOneField(User, on_delete=models.CASCADE) division = models.ForeignKey(

How to change the Change permission for superuser editing form to view only?

2019-09-05 Thread Pema Galey
Hi All, How can I change the Change permission for Superuser editing form to view only for my log file? *By default, Django allowed superuser change form in editable But I don't want to allow superuser to edit the log files view.* Someone help me to change the editable form to view only form in

How to customize admin page rendering?

2019-08-25 Thread Pema Galey
I want to change/customize rendering of admin default page. For example, in search_field, I want to add placeholder or help text for searching. Help me in customization. Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To