Re: Checkout my new Project CryptographicFields

2020-09-20 Thread Shahprogrammer
Released new version of it .check it out guys On Friday, 18 September, 2020 at 8:23:04 pm UTC+5:30 obast...@gmail.com wrote: > Nice > > On Fri, Sep 18, 2020 at 2:32 PM Shahprogrammer wrote: > >> Hi guys, I have build an open source project for using cryptography in >> Django Models . It

Re: Inline Formset

2020-09-20 Thread Gabriel Araya Garcia
I believe that there is not other way to do this with AJAX. This is an asynchronous call to database server. This not refresh your html bye Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El vie., 18 sept. 2020 a las 1:49, Emmanuel Oppong Ntiamoah (< ladamo...@gmail.com>)

Re: Django Sitemap on heroku error h13

2020-09-20 Thread dum dum
Anyone has solution for this issue? Please let me know Thanks On Mon, Sep 14, 2020 at 12:31 PM dum dum wrote: > Update for this case: > I fixed the h13 error by limiting records that I pulled from database. > I still don't understand yet why heroku gave me that error, maybe because > the server

Re: Members rating system in DJango applications

2020-09-20 Thread Gabriel Araya Garcia
You could try it with pandas (pandas works with python) Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El dom., 20 sept. 2020 a las 23:27, Ram () escribió: > Hi, > We are planning to implement members rating system in our web application > for Classifieds Ad transaction that

Members rating system in DJango applications

2020-09-20 Thread Ram
Hi, We are planning to implement members rating system in our web application for Classifieds Ad transaction that each member does. Is there any an existing project or feature available by default in DJango FWK? I appreciate for suitable pointers and suggestions here. Best regards, ~Ram -- You

Re: django.db.models.signals

2020-09-20 Thread Ricardo Daniel Quiroga
Hi pre_save, post_save solved this problem with created flag [1] # If you check only update in you if not created: pass [1] https://docs.djangoproject.com/en/dev/ref/signals/#post-save El sáb., 19 sept. 2020 a las 12:14, Mohammad hassan Tahery (< mo.ha.ta.1.2.1.mo.ha...@gmail.com>)

Re: New Users Unable to Use Website

2020-09-20 Thread RANGA BHARATH JINKA
You are welcome  On Sun, Sep 20, 2020 at 9:08 PM King Niko wrote: > This method works! Thank you! > > On Sat, Sep 19, 2020 at 23:32 RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> Try this. >> >>

Re: New Users Unable to Use Website

2020-09-20 Thread King Niko
This method works! Thank you! On Sat, Sep 19, 2020 at 23:32 RANGA BHARATH JINKA wrote: > Hi, > > Try this. > > https://stackoverflow.com/questions/36317816/relatedobjectdoesnotexist-user-has-no-userprofile > > > All the best  > > On Sun, 20 Sep 2020, 8:50 am Lightning Bit, < >

Want to get informations about bets Django hosting plateform

2020-09-20 Thread wesley...@gmail.com
Hi guys Please I want some person to help me about choosing hosting plateform for my Django project, a plateforme that offers an extensible offer without problem for migration through version of thé ptoject. Hope you will help me  -- You received this message because you are subscribed to

How to Add to Django Administration Using Code

2020-09-20 Thread Lightning Bit
Hi all, I am trying to figure out how to add "Customers" using code. Please look at the administration layout: [image: HELP.png] I was able to add to "Groups" using the following code in "views.py": *@unauthenticated_user* *def registerPage(request):* *form = CreateUserForm()*