Django users slack chanel

2019-05-09 Thread Maurice Aney
Hey everyone, Join slack Channel for better discussion. https ://join.slack.com/t/djangousersgroupe/shared_invite/enQtNjMyNzcxNDM4NTk4LTk3MGQ5NDQ2MDY5ZTc2OTQyMzViMjgwN2I4ZTJjOThmOGNjNmE1Y2FmZmI0NzY5MDhmODg5NzUzNDdmNTU3NjU

Django users slack chanel

2019-05-09 Thread Maurice Aney
hi every one join us for better discusion on slack https://join.slack.com/t/djangousersgroupe/shared_invite/enQtNjMyNzcxNDM4NTk4LTk3MGQ5NDQ2MDY5ZTc2OTQyMzViMjgwN2I4ZTJjOThmOGNjNmE1Y2FmZmI0NzY5MDhmODg5NzUzNDdmNTU3NjU -- You received this message because you are subscribed to the Google Groups

new Django users slack chanel

2019-05-09 Thread Maurice Aney
hi guys this is the link of the new slack chanel that i created for us https://join.slack.com/t/djangousersgroupe/shared_invite/enQtNjMwMDY5MTg5OTg4LTFjMjM5MDFmMzQ2YmY1ZjY5MzYwZDc0ZDMxN2ZlZTQyMzgyMzI4MzRmOTgxZGZjZDM2YzBmZTg4MWM0NGE3OTk -- You received this message because you are subscribed to t

Re: Cascadind Drop Down in Django Admin Panel

2019-05-09 Thread Maurice Aney
hi guys i think that it will be great to create a slak chanel Le jeu. 9 mai 2019 à 08:03, Balaji Shetty a écrit : > > HI > > *How can I add cascading drop down for Continent and Country in Django > Admin Panel.* > > Here I add Continent and Country. > > When i change Continent, Country should be

Re: Cannot import name execute_manager

2014-01-22 Thread Maurice J Elagu
yes, its actually 1.6.1 How could i sort this problem out?? On Wed, Jan 22, 2014 at 10:44 AM, Mike Dewhirst wrote: > On 22/01/2014 6:36pm, Mike Dewhirst wrote: > >> On 22/01/2014 6:16pm, MAurice wrote: >> >>> Hello django users, >>> I have a problem when i

Cannot import name execute_manager

2014-01-21 Thread MAurice
Hello django users, I have a problem when i try to sync my db or runserver on my ubuntu 13.10. of cant import name execute manger Help me out thanks File "manage.py", line 2, in from django.core.management import execute_manager ImportError: cannot import name execute_manager -- You recei

Re: uptodate Account_balance

2013-10-07 Thread Maurice J Elagu
needed to no how to have a uniform account_balance figure(after withdraw or deposit) On 10/7/13, Maurice J Elagu wrote: > The signals are doin the notifications but not updating > > > On 10/3/13, C. Kirby wrote: >> Use signals: >> https://docs.djangoproject.c

Re: uptodate Account_balance

2013-10-07 Thread Maurice J Elagu
The signals are doin the notifications but not updating On 10/3/13, C. Kirby wrote: > Use signals: > https://docs.djangoproject.com/en/dev/topics/signals/ > > post_save check the amount deposited or withdrawn and update the balance > > On Thursday, October 3, 2013 9:42:48

Re: uptodate Account_balance

2013-10-03 Thread MAurice
Am creating this project in that a client has an account in a micro-finance and can also Take Loans which loan is credited onto this very account. The problem is am trying to find a way of having an Account_balance which will be changing when deposits and withdrawals are made to the account and a

gyguptodate Account_balance

2013-10-03 Thread MAurice
Hello everyone was requesting for help on this micro-finance software am developing, needed to make the account balance reflect updated amount/value on the database when deposits/withdraws are made on either the account or loan repayment *class Branch(models.Model):* time_stamp =model

uptodate Account_balance

2013-10-03 Thread MAurice
Hello everyone was requesting for help on this micro-finance software am developing, needed to make the account balance reflect updated amount/value on the database when deposits/withdraws are made on either the account or loan repayment *class Branch(models.Model):* time_stamp =model

Re: Exception Value: 'Decimal' object is not callable dont no where this is coming from, Any help will be kindly appreciated

2013-09-19 Thread MAurice
On Wednesday, September 18, 2013 1:07:57 AM UTC+3, MAurice wrote: > > class Loan(models.Model): > id = models.AutoField(primary_key=True,default=1) > loan_type =models.CharField(max_length=20, > choices=LTYPE,default=1) > def number(): &g

Exception Value: 'Decimal' object is not callable dont no where this is coming from, Any help will be kindly appreciated

2013-09-17 Thread MAurice
class Loan(models.Model): id = models.AutoField(primary_key=True,default=1) loan_type =models.CharField(max_length=20, choices=LTYPE,default=1) def number(): no =Account.objects.count() if no == None: return 1000

an elusive ValueError: 'str' object not callable -- lost.

2013-01-30 Thread Maurice Asimov
Hey guys. I recently started getting a ValueError complaining that an str is not callable -- in a very wierd place. This happens to some calls to messages.info(request, 'somethingsomething'), in one of those cases __inside the django console__ Traceback: Traceback: File "/app/.heroku/python/