Re: Hi Guys! We are developing a service that solves the problems of developers:

2025-01-10 Thread Alex Sonar
@Otecina Thank you for the selection and feedback, I really appreciate it! On Thursday, January 9, 2025 at 11:39:48 PM UTC+3 Otecina wrote: > Points 3 and 4 are good projects. > > On Tue, Jan 7, 2025, 9:18 PM Alex Sonar wrote: > >> >>- Search and re-explore of open source projects in Python

Re: Hi Guys! We are developing a service that solves the problems of developers:

2025-01-09 Thread Otecina
Points 3 and 4 are good projects. On Tue, Jan 7, 2025, 9:18 PM Alex Sonar wrote: > >- Search and re-explore of open source projects in Python from several >sources simultaneously. >- Instant receipt of a high-quality response that exactly matches the >request criteria with the ex

Hi Guys! We are developing a service that solves the problems of developers:

2025-01-07 Thread Alex Sonar
- Search and re-explore of open source projects in Python from several sources simultaneously. - Instant receipt of a high-quality response that exactly matches the request criteria with the exclusion of spam. The service response is automatically supplemented with selected s

Re: Hi guys how to run pyscript on local webserver without using cdn ljnk

2022-08-01 Thread Abdul Qoyyuum
Download it from https://pyscript.net/ and load it on your local webserver. On Fri, Jul 29, 2022 at 10:59 PM Ad Tariq wrote: > > > Sent from my Huawei Mobile > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this grou

Re: Hi guys how to run pyscript on local webserver without using cdn ljnk

2022-07-29 Thread Sebastian Jung
Is it a joke? Please write a description which Problem you have... Ad Tariq schrieb am Fr., 29. Juli 2022, 16:58: > > > Sent from my Huawei Mobile > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Hi guys how to run pyscript on local webserver without using cdn ljnk

2022-07-29 Thread Ad Tariq
Sent from my Huawei Mobile -- 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 email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Hi Guys, Can anyone suggest on how to create a engine to connect to snowflakes using django? and share the settings.py modification?

2019-10-29 Thread Avinash Gaurav
Hi Guys, Can anyone suggest on how to create a engine to connect to snowflakes using django? and share the settings.py modification? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Re: hi guys i have been having trouble setting up a login and registration page, can anyone please help me

2019-03-13 Thread gauravsrivastava2k17
Please post traceback so that I can know what type of error you are getting On Tuesday, March 12, 2019 at 8:26:04 PM UTC+5:30, abhishek jayalal wrote: > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Re: hi guys i have been having trouble setting up a login and registration page, can anyone please help me

2019-03-12 Thread Siddharth Tamang
Can you be specific what errors you are getting? On Tue, Mar 12, 2019 at 8:25 PM abhishek jayalal < abhishekjayalal...@gmail.com> wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving e

hi guys i have been having trouble setting up a login and registration page, can anyone please help me

2019-03-12 Thread abhishek jayalal
-- 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 email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. V

Re: hi guys help with this error, : Error: No module named staticfiles

2011-07-28 Thread kenneth gonsalves
On Thu, 2011-07-28 at 14:13 +0200, Coulson Thabo Kgathi wrote: > how can i updadte django i tried and if failed, pliz help how did you install django? what distro? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: hi guys help with this error, : Error: No module named staticfiles

2011-07-28 Thread Coulson Thabo Kgathi
how can i updadte django i tried and if failed, pliz help -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...

Re: hi guys help with this error, : Error: No module named staticfiles

2011-07-28 Thread Tom Evans
On Thu, Jul 28, 2011 at 10:56 AM, Coulson Thabo Kgathi wrote: > this error came after i put this : jango.contrib.staticfiles in the > installed apps > > i wanted to put a picture in my template so whne runing the server i > got the error > >  Error: No module named staticfiles > staticfiles is in

hi guys help with this error, : Error: No module named staticfiles

2011-07-28 Thread Coulson Thabo Kgathi
this error came after i put this : jango.contrib.staticfiles in the installed apps i wanted to put a picture in my template so whne runing the server i got the error Error: No module named staticfiles -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Hi guys, compatibility issues between django 1.1.1, satchmo 0.9 and postgresql 8.4?

2010-05-11 Thread Chris Moffitt
Rafael, You should probably direct your question to the satchmo-user's list to get more responses. I'm not aware of any Postgresql specific issues so if you can provide more details on the satchmo list, we'll try to help. -Chris On Tue, May 11, 2010 at 5:35 PM, Rafael Pineda wr

Hi guys, compatibility issues between django 1.1.1, satchmo 0.9 and postgresql 8.4?

2010-05-11 Thread Rafael Pineda
Hi guys, im new here but recently i came across this problem of a little project of mine, who runs great in sqlite3 but when i try to go into production mode (using postgresql 8.4), it just doesnt let me syncdb, so i was wondering if anyone knew about incompatibilities and such. Rafael Pineda

Re: Hi guys. I'm having problem with new-forms admin site.

2008-10-25 Thread Karen Tracey
On Sat, Oct 25, 2008 at 12:31 AM, astray <[EMAIL PROTECTED]> wrote: > > [snip config details] % models.py % > > from django.db import models > > class Publisher(models.Model): >name = models.CharField(max_length=30) >address = models.CharField(max_length=50) >city = models

Re: Hi guys, I'm having trouble with newform-admin interface

2008-10-25 Thread Christian Joergensen
astray wrote: > ProgrammingError: error: There's no relation named "django_session" > <--- message translated by my own because I'm not English user. Just > focus on the meanig of this message cause this might be not identical. > _ > > I'm guessing thi

Hi guys. I'm having problem with new-forms admin site.

2008-10-24 Thread astray
% settings.py % MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', ) INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',

Hi guys, I'm having trouble with newform-admin interface

2008-10-24 Thread astray
% settings.py % MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', ) INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',

hi guys.............. did u know the money making secrets.........

2008-03-27 Thread jo
hi guys.. did u know the money making secrets. we will give the oppertunity if u are interesting in online jobs. if u joined with us then earn $400 per day.. just work in 1 hour per daylog in our site www.jobsforyouguys.blogspot.com

hi guys

2006-06-30 Thread spamlicious
whats going on in this topic? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [E