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
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
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(
Divi
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 s
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
5 matches
Mail list logo