Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-02 Thread BUHNYUY RONALD
You have me in. I have 2+ experience and will love to know more and learn from other developers too. +237680676590 is my what'sapp number On Sat, 2 Mar 2024, 16:58 SOLTAN NOURELDIEN, wrote: > > Hello, I am currently working on my Django Project for a specific course > at my university. I have al

Re: Agricultural and livestock project using python, django and next technologies.

2024-02-19 Thread ronald munjoma
Github user name: ronna On Sun, Feb 18, 2024, 19:42 Jorge Bueno wrote: > I wrote about the same thing before but I only sent the title XD. > The project: > > I'm working on an interesting project that I think might interest you. > This is an online market similar to farmers' and ranchers' marke

Re: Agricultural and livestock project using python, django and next technologies.

2024-02-19 Thread ronald munjoma
Hi. I am interested On Sun, Feb 18, 2024, 19:42 Jorge Bueno wrote: > I wrote about the same thing before but I only sent the title XD. > The project: > > I'm working on an interesting project that I think might interest you. > This is an online market similar to farmers' and ranchers' markets

Re: Redesign of agricultural project with python django and next.js technologies.

2024-02-19 Thread ronald munjoma
Hi. I am interested. On Sun, Feb 18, 2024, 18:48 Jorge Bueno wrote: > The project: > > I am working on an exciting project that I think you may be interested in. > It is an online marketplace, similar to the US farmers and livestock > markets, but with a strong online focus. The project is goin

Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-18 Thread ronald munjoma
gt; <https://groups.google.com/d/msgid/django-users/e8a705fd-10d9-4c1a-b4ba-0a7b896dbfean%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Best and Regards Ronald Munjoma +263 775 625 283 [image: --] Ronald Munjoma [image: https://]about.me/ronaldmunjoma <https

Re: Book

2024-02-03 Thread BUHNYUY RONALD
Greetings. Saying just a portfolio site, basically there will no Django book that will teach u that. U have to get a tutor and start from a base. I do offer some Django courses from beginner level to advanced On Sat, 3 Feb 2024, 17:16 Obam Olohu, wrote: > why don't you learn directly from a tuto

Re: Join Django Africa Chat Group

2022-06-20 Thread ronald munjoma
Hi https://chat.whatsapp.com/IgJcwnZR9sr1Jatc5jnSx9 On Mon, 20 Jun 2022, 17:00 Flavien HUGS, wrote: > Hello, > > Can I have the link to the WhatsApp group? > > Le vendredi 17 juin 2022 à 16:31:12 UTC, joshuak...@gmail.com a écrit : > >> Join Django Africa whatsapp chat and have instance intera

Public IP redirects to localhost

2021-09-02 Thread Ronald Munjoma
example register redirects to localhost What settings do i need to change so that it points to the public ip or a domain (when I do set up one) Thanks Ronald -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

pass a parameter into sql raw string and execute django

2020-12-19 Thread Ronald Kamulegeya
I want to pass parameter in view and i execute the insert query as shown below. I have searched and failed to get a solution. Any hints. Here is the code. My attempt is shown but not correct. def post_payroll(request,p_id): p_id=2 with connection.cursor() as cursor: query = "in

Re: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Ronald Kamulegeya
Hi, use Obj.save() Instead of Form.save() On Tue, Dec 15, 2020, 21:25 Chelsea Fan wrote: > [image: image.png] > > -- > 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 > e

Re: Additional data added to the HTTP Get Request.

2020-05-09 Thread Ronald Kamulegeya
It is true! I have spend whole morning trouble shooting it! Thanks so much! On Sat, May 9, 2020 at 12:10 PM Shaheed Haque wrote: > I think you are missing a closing double quote on your data-url. > > On Sat, 9 May 2020, 09:59 Ronald Kamulegeya, < > ronald.kamulegeya.2...@g

Re: Additional data added to the HTTP Get Request.

2020-05-09 Thread Ronald Kamulegeya
Found out the cause of my troubles New Tenant I was missing " ...OMG...now working! On Sat, May 9, 2020 at 11:58 AM Ronald Kamulegeya < ronald.kamulegeya.2...@gmail.com> wrote: > Hello Members. > > I am a django beginner and i am going trough online t

Additional data added to the HTTP Get Request.

2020-05-09 Thread Ronald Kamulegeya
reate-tenant").click(loadForm); $("#modal-tenant").on("submit", ".js-tenant-create-form", saveForm); In the html form, i try to load the modal form by clicking on this button New Tenant I get a strange response shown below [09/May/2020 11:38:58

Re: Django URL routing

2020-05-07 Thread Ronald Kamulegeya
Hi Roseman, Your comment pointed me to the right direction. I have finally cracked the mystery! Thanks so much! On Thursday, May 7, 2020 at 5:17:22 PM UTC+3, Ronald Kamulegeya wrote: > > Here is my attempt at creating unique path: > Still i get page not found error. The index pa

Re: Django URL routing

2020-05-07 Thread Ronald Kamulegeya
ns = [ path('', include('rentals.urls',namespace='rentals')), path('admin/', admin.site.urls), On Thursday, May 7, 2020 at 3:53:44 PM UTC+3, Ronald Kamulegeya wrote: > > Hello Roseman, > Please suggest how i can code the different Urls. &g

Re: Django URL routing

2020-05-07 Thread Ronald Kamulegeya
Hello Roseman, Please suggest how i can code the different Urls. On Thursday, May 7, 2020 at 3:24:28 PM UTC+3, Daniel Roseman wrote: > > You have multiple URLs that are the same path. That can't work. One URL > maps to one view. > -- > DR. > > On Thursday, 7 May 2

Re: intcomma ini django admin

2010-07-24 Thread Ronald
ttp://docs.djangoproject.com/en/dev/ref/contrib/humanize/ > > > > > > On Sat, Jul 24, 2010 at 06:54, Ronald wrote: > > Hi there, > > > Im a new django guy here so apology if i am asking a stupid question. > > > Can you comma separate an integer field in the admi

Re: intcomma ini django admin

2010-07-24 Thread Ronald
ttp://docs.djangoproject.com/en/dev/ref/contrib/humanize/ > > > > > > On Sat, Jul 24, 2010 at 06:54, Ronald wrote: > > Hi there, > > > Im a new django guy here so apology if i am asking a stupid question. > > > Can you comma separate an integer field in the admi

intcomma ini django admin

2010-07-23 Thread Ronald
Hi there, Im a new django guy here so apology if i am asking a stupid question. Can you comma separate an integer field in the admin interface for example 1 -> 1 10 -> 10 100 -> 100 1000 -> 1,000 I know intcomma does that but how do you do that in admin Thanks very much in advance -- You rece

weird bug encountered during testing

2007-10-10 Thread Ronald
omething like this self.assertEqual(len(response.context[0]['customers']), 5) Im not sure what happened here. i could be doing some weird stuff, or a bug in my code or if this is the actual implementation from Django itself. Thanks Ronald --~--~-~--~~~---~

Re: FileInput widget and FileField

2007-09-10 Thread Ronald
before and I hope someone here can help me again. Thanks Ronald Alex Koshelev wrote: > Read the docs: > http://www.djangoproject.com/documentation/db-api/#get-foo-filename > > On 10 сент, 11:19, Ronald <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > I need a lit

FileInput widget and FileField

2007-09-10 Thread Ronald
the full pathname of the file no matter what. Perhaps Im missing something here and hopefully someone can point me out cause I dont want to do the low level processing myself to parse those csv files directly (without using csv library) Thanks Ronald

49,95$ FOR MY REFFERED MEMBERS

2006-07-19 Thread ronald
Hi This is a personal mail. I got your message from the groups, and I thought of sending you this. http://www.clubshop.com/cgi/appx.cgi/3322569 Are you finding it difficult to make money online? There is no way to truly succeed on the Internet without a program that actually works! Introducin

Re: Extending pluralize?

2006-07-19 Thread ronald attebury
Hi This is a personal mail. I got your message from the groups, and Ithought ofsending you this.   http://www.clubshop.com/cgi/appx.cgi/3322569 Are you finding it difficult to make money online?There is no way to truly succeed on the Internet without a program that actually works!Introducing Th