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 t

Re: Django app

2023-07-09 Thread Kiet Lam
; >> 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 subs

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 &

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 t

Django app

2023-07-06 Thread Sospeter Mong'are
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, sen

Re: getting errors from my Django app

2020-03-31 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely

getting errors from my Django app

2020-03-31 Thread Adam Geek
this is what I get when I run: python3 manage.py createsuperuser Traceback (most recent call last): File "manage.py", line 21, in main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File

Re: What should i do to build a django app on any linux distro which one can use by one-click install

2019-04-30 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 Tue, 30 Apr 2019 at 02:29, Meow wrote: > It seems appimage can do these, but i don’t know how

What should i do to build a django app on any linux distro which one can use by one-click install

2019-04-30 Thread Meow
It seems appimage can do these, but i don’t know how to do it. Is there anyone can help me or give me some advices? Thank you. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this

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

Django app taking too long to upload data into postgresql database

2019-03-15 Thread Guillermo Yáñez Feliú
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.

Server side connection of sock-js in the same Django app

2018-05-23 Thread Rakesh Reddy
I'm trying to implement SockJs on the server side to recieve data of the client application. can someone guide me as to how to add the server side of sockjs to the same Django app? I'm a newbie to Django and it's getting real hard to implement this. -- You received this message because you

Re: Appomatic: A django app packaging system based on pip

2013-03-16 Thread Florian Apolloner
Hi Egil, this mailinglist is for the development of Django itself, you might wanna write to django-users. Regards, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it,

Appomatic: A django app packaging system based on pip

2013-03-16 Thread Egil Möller
Hi! I'd like to introduce a new mini-framework for Django: Appomatic. Appomatic automates and abstracts away most of the boilerplate code and code generation of a typical Django project, reduces the amount of settings.py clutter and allows for distributing self contained single-click

Re: Writing your first Django app, part 1 - link to deploying Django

2011-10-20 Thread Russell Keith-Magee
On Thu, Oct 20, 2011 at 3:05 PM, Mateusz Marzantowicz wrote: > Although I'm not a Django developer I'd like to make some suggestion about > intro tutorial (part 1). > > Is it possible to place some reference to "Deploying Django" site, in or > blow the "development

Writing your first Django app, part 1 - link to deploying Django

2011-10-20 Thread Mateusz Marzantowicz
Although I'm not a Django developer I'd like to make some suggestion about intro tutorial (part 1). Is it possible to place some reference to "Deploying Django" site, in or blow the "development server" section in this intro tutorial? As a regular Django (and other web frameworks) user I'm really

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 app framework to allow configuration of apps via admin interface

2011-02-22 Thread Nico
Hi! I am working on a django site for simple class (as in teachers) management. Because the people I am targeting for this site won't necessarily have any python or other technical skills, I want to make it so they can enable/disable user access to apps and configure apps via the admin interface.

Re: Performance / Memory/CPU Usage of A Django App with 10,000+ Models in a High Traffic Site

2008-01-13 Thread Brian Rosner
Please direct questions of this nature to the django-users mailing list. This list is meant for the development of Django and not the usage of Django. Thanks! -- Brian Rosner http://oebfare.com --~--~-~--~~~---~--~~ You received this message because you are

Performance / Memory/CPU Usage of A Django App with 10,000+ Models in a High Traffic Site

2008-01-13 Thread Sebastian
Hi, I'm developing a large webapp using django. One of my requirements is that it needs to be able to handle 10,000+ different entities or models that need to be associated with a user. A single user have needs to be able to to associate himself with any of the existing models and have one