Re: remplir automatiquement les champs du formulaire

2023-02-23 Thread rk
jasne, nieco niefortunnie jednak wyszło koledze śr., 22 lut 2023 o 14:37 Hamza Sinon napisał(a): > dans mon projet je veux une méthode de saisie automatique j'explique : > j'ai créé un nouveau champ dans mon formulaire Donneur qui s'appelé > numero_cnib, je souhaite que si je saisisse dans le

Writing custom django-admin commands

2021-05-06 Thread Ilia Rk
how should i write commands that works with all apps existing in project not just apps with specific name -- 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

custom commands for django-admin

2021-05-06 Thread Ilia Rk
hi how should i write custom commnads for django-admin which work with all apps existing in project not just apps with specific defined name -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Deploying in aws/Heroku

2020-11-19 Thread rk...@divinsa.com
Yes, the one he mentioned is good, this one looks helpful also: https://www.youtube.com/watch?v=GMbVzl_aLxM_channel=PrettyPrinted. On Wednesday, November 18, 2020 at 6:45:36 AM UTC-8 siddhart...@gmail.com wrote: > Hi All, > > I have been learning for 2 months now and i have created a

Re: Provide editable single text field (through admin) w/o using a whole model

2012-09-03 Thread RK
I've had a look at the constance app and it meets my reqs pretty good. I'm installing it now, thank's for the feedback. Russell thank you for the thorough answer, it did make some ideas bubble, saddly I'm not a big wheel re-inventor, at least not in django. The waste for me was to code

Provide a single text field (editable through admin panel) w/o using a whole model

2012-08-31 Thread RK
I'd like to have the content of one tag in the homepage editable in admin back-office, going through a whole model feels like an overkill, what alternatives do I have ? If there's no alternative, is there a way to properly limit the number of elements to 1 in the admin panel ? Any help

Re: How Admin can be able to configure Model fields

2012-03-29 Thread Deepak RK
in form. On Mar 29, 6:11 pm, Andre Terra <andrete...@gmail.com> wrote: > Deepak, > > Please read through this before posting again: > > https://code.djangoproject.com/wiki/UsingTheMailingList > > Cheers, > AT > > > > > > > > On Thu, Mar 29, 2012 at

How Admin can be able to configure Model fields

2012-03-29 Thread Deepak RK
Admin can add another field in any model (lets say UserProfile ) and it should start appearing in registration form. 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