Re: Eliminating inter-request race conditions

2022-01-08 Thread Nick Farrell
I thought I'd post a little update, as I'm fairly happy with my progress: Here's the repo's readme. I haven't actually pushed the package to pypi so don't try to follow the instructions yet, but any feedback on the README's content is very welcome:

Re: translat using oscar framework

2022-01-08 Thread Kasper Laudrup
On 07/01/2022 23.58, frank lucky wrote: i make the po file and than install Rosetta and than find django.mo and django .po full translated for the language i want and than replaced it with the file it created with make message.png but noting change in site and oscar dasbord So you completely

What are django packages for making crypto transactions.

2022-01-08 Thread Le Sage Code
I'm trying to build a crypto exchange and to do that I don't know what django or python packages I need to send cryptos to someone with my wallet address. I need help please -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Request result update only if I change even one character... Strange... :s

2022-01-08 Thread Sébastien Denooz
Hello to all of you, I have a very strange behavior that I do not understand and that I will try to explain here: *Global situation:* School management website. *Expected comportment:* User show student amout: 10. User Add 5, return to app, pull down to refresh and see 15. *Actual

Re: Permissions front end management in Django

2022-01-08 Thread oneanplusgold
Control alt delete to all coding problem! > On Jan 4, 2022, at 2:59 PM, Eugene TUYIZERE wrote: > > Derar Team, > > I have a django application and I want the admin to manage the permissions > for different functions. This should be done in way way like below: > > > > by editing you can

Re: Solved: How to delete user salary record , but want to keep history till deleted date

2022-01-08 Thread Feroz Ahmed
Hi , it works, it was my confusion,, i update record status as Inactive so , it hide the record. thanks for your support On Saturday, January 8, 2022 at 7:47:17 PM UTC+5:30 Feroz Ahmed wrote: > No errors: but no any actions, > all records shows in home1.html > not excluding the Inactive

Re: How to delete user salary record , but want to keep history till deleted date

2022-01-08 Thread Feroz Ahmed
No errors: but no any actions, all records shows in home1.html not excluding the Inactive records. def delete(request,id): employee=Employee.objects.get(id=id) employee.status='Inactive' return redirect('/home1') #listview

Re: linebreaksbr doesn't work

2022-01-08 Thread Sebastian Jung
Hello, Write your own filter where you replace all \n with . Then you habe an idea why it would'nt work. Regards ___Maxim.Nesterov___ schrieb am Sa., 8. Jan. 2022, 10:58: > i tried but didn't work > > On Saturday, January 8, 2022 at 4:50:00 AM UTC+3 juw...@gmail.com wrote: > >> Try