Re: Django app

2023-07-10 Thread Akshat Verma
Yahh I can help too

On Thu, Jul 6, 2023, 20:41 Sospeter Mong'are  wrote:

> Hi,
> I need a mate to help me a simple django app test here. to brainstom
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/3aae35cb-3a43-4f91-aa1b-e414b9adedb7n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAG8%2B7xbQah_4ZFsHVUeDp-Rx7G%3DF18WoogEq8rd2SEwnd1G8YA%40mail.gmail.com.


Re: Django app

2023-07-09 Thread Kiet Lam
Hi there,

I too can help. If you need another developer to help you I am available.

Regards,



On Fri, 7 Jul 2023, 3:30 am Sospeter Mong'are,  wrote:

> Hi @marline,
> Kindly check your google chat.
>
> On Thursday, July 6, 2023 at 8:00:44 PM UTC+3 Marline Khavele wrote:
>
>> I can help
>>
>> On Thu 6. Jul 2023 at 17:12, Sospeter Mong'are 
>> wrote:
>>
>>> Hi,
>>> I need a mate to help me a simple django app test here. to brainstom
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django developers (Contributions to Django itself)" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-develop...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-developers/3aae35cb-3a43-4f91-aa1b-e414b9adedb7n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/8746f046-046e-4e84-891e-a2b89b965f65n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJ5pyZ%3DcLbv174e7z%2B%2BGqz2vU%3DaKNMRk0-gyYkvfdBps3qWWng%40mail.gmail.com.


Re: Django app

2023-07-06 Thread Sospeter Mong'are
Hi @marline, 
Kindly check your google chat. 

On Thursday, July 6, 2023 at 8:00:44 PM UTC+3 Marline Khavele wrote:

> I can help 
>
> On Thu 6. Jul 2023 at 17:12, Sospeter Mong'are  wrote:
>
>> Hi, 
>> I need a mate to help me a simple django app test here. to brainstom 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-develop...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/3aae35cb-3a43-4f91-aa1b-e414b9adedb7n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8746f046-046e-4e84-891e-a2b89b965f65n%40googlegroups.com.


Re: Django app

2023-07-06 Thread Marline Khavele
I can help

On Thu 6. Jul 2023 at 17:12, Sospeter Mong'are  wrote:

> Hi,
> I need a mate to help me a simple django app test here. to brainstom
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/3aae35cb-3a43-4f91-aa1b-e414b9adedb7n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAKjf-SBRamA%3DhD2jvRXdbb8ZZ0T6B-x1QVL-LiFsB3VS98f7uA%40mail.gmail.com.


Re: Django app taking too long to upload data into postgresql database

2019-03-15 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support
using Django. Please use the django-users mailing list for that, or IRC
#django on freenode, or a site like Stack Overflow.

On Fri, 15 Mar 2019 at 18:25, Guillermo Yáñez Feliú 
wrote:

> Hello,
>
>
> I’m working in a project that consists in converting a local postgresql
> database (that uses sqlalchemy as the ORM) into a web application, in which
> I upload excel sheets, read them, do some small cleaning and then upload
> selected data into a postgresql database using Django’s ORM. The idea is to
> have the data in a server instead of in every user’s machine.
>
> Everything is ok but data loading is taking too long since, I think, I am
> using panda’s dataframes to easily structure, read and save the data. In
> the local version of the library, I used lists and was way faster.
>
>
> I don’t if it’s related to Sqlalchemy, Django, lists or dataframes. Any
> suggestions on how to read spreadsheets data and upload it into a
> postgresql database using Django?
>
>
> Thanks a lot.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/b8339488-0ba5-4f76-9212-be745c07ba54%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Adam

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM3yuM1iVnO%2BgTt6tV1-%3DS%2BmTYp2tvqkarjFzYTEvFCwbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django app framework to allow configuration of apps via admin interface

2011-02-22 Thread Karen Tracey
Please direct questions/discussions about using Django to django-users. The
topic of this list is the development of core Django itself.

Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.