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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f2544e7b-7bf8-4c73-9384-4a932233a319%40googlegroups.com.


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 superuser 
page plz.

Thank you in advance.
Pema

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/84ed51a0-dd92-4790-840a-aaff1a9da459%40googlegroups.com.


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(
Division,
   
  
)

Now, I want to do following things:
1) Get current username /ID
2) Get Employee division ID/name
3) Display the other data based on Employee's division. [That particular 
Employee should be accessible to their own Division data only]

Someone help me to handle this one please.

Thank you in advance.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a536c1fb-6852-48f9-8476-463c696926a2%40googlegroups.com.


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 an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8e4e2355-bb3b-4695-9770-a18c20249fd0%40googlegroups.com.


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

2019-12-10 Thread Pema Galey
Thank you for your interest..
But I have developed my Django application and now I am looking for best method 
to send data from Django server to SAP using XML Format.
Just I want the recommendation.

Thank you

> On Dec 7, 2019, at 6:46 PM, Dvs Khamele  wrote:
> 
> Hi do you hire contract 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 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 an 
> email to django-users+unsubscr...@googlegroups.com 
> <mailto:django-users+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/8e4e2355-bb3b-4695-9770-a18c20249fd0%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/django-users/8e4e2355-bb3b-4695-9770-a18c20249fd0%40googlegroups.com?utm_medium=email&utm_source=footer>.
> 
> -- 
> 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 
> <mailto:django-users+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAH9mneVb0Hve4q9QoxxuvA8fmOZcy%2B35JrL7fg6fSOmx-WnzxA%40mail.gmail.com
>  
> <https://groups.google.com/d/msgid/django-users/CAH9mneVb0Hve4q9QoxxuvA8fmOZcy%2B35JrL7fg6fSOmx-WnzxA%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5D0984F4-A70C-4D57-8AE4-5F15649C053D%40gmail.com.