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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
--~--~-~--~~~---~
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
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
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
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
24 matches
Mail list logo