Re: Stuck with Calculated feild

2020-09-22 Thread dr neyx de godlove
hi there you can create another method for that class that calculates the total as @property def get_total_price(self): total_price = self.unit_price * self.quantity return total_price On Wed, Sep 23, 2020 at 8:24 AM eankomah wrote: > Hi all am stuck at getting total_price Calculate

Re: How to build a comprehensive chat system with django

2020-08-10 Thread dr neyx de godlove
the best way if your new in django go to some tutorials in youtube(CoreryMs find this guy) then after one week or more you can go to django documentation from there you will be able to do anything On Mon, Aug 10, 2020 at 1:34 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > > https://

Re: Python-django project

2020-07-21 Thread dr neyx de godlove
interested On Tue, Jul 21, 2020 at 5:53 PM Mangal Is Back wrote: > if anym=one have books ore anything related to django and its > database.please share it > > > On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku wrote: > >> interested >> >> On Tue, Jul 21, 2020 at 4:09 AM learn code >> wrote: >> >>

Re: ERROR WHEN RUNNING PYTHON SCRIPT IN DJANGO ENVIRONMENT

2020-07-09 Thread dr neyx de godlove
which database are you using On Thu, Jul 9, 2020 at 5:35 PM Sunday Iyanu Ajayi wrote: > Hi guys > > Please I need help with my code. > > I am trying to run a python script in my django environment and that > makes use of the django database. I get this error > > ModuleNotFoundError: No module n