Re: Django Rest framework

2023-11-13 Thread Denny (Python developer)
gt;> On Mon, 13 Nov, 2023, 18:25 Denny (Python developer), < >> dennisk...@gmail.com> wrote: >> >>> i think the the error is from vercel itself assist me my tech guys >>> >>> On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python >>&

Re: Django Rest framework

2023-11-13 Thread Denny (Python developer)
i think the the error is from vercel itself assist me my tech guys On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python developer) wrote: > i hosted my django application to vercel and am using free postgress > database from railway so when i try to register the user i get an

Re: Django/python free Training

2020-12-21 Thread Python Class
Monday, December 21, 2020 at 12:50:56 PM UTC+3 abhise...@gmail.com wrote: > hi > > Let me introduce my self > I am python developer with and over all production experience of 4 years > ,my advance specialization is in RESTapi ,Django ,python ,git > ,mongodb,mysql, docker

Django/python free Training

2020-12-18 Thread Python Class
Hi guys, I am manucho from Kenya and am good developer with django and python and i want to teach people what i know .I want to start a youtube channel for Django and python based tutorials ..If intrested you can message me here on concepts and projects you want covered and i will start

Re: Blog project help

2020-03-18 Thread Python Programming
Hello my friend this site is for you: https://djangocentral.com/building-a-blog-application-with-django/ ‫‪Luka Nik‬‏ <‪luka2...@gmail.com‬‏> در تاریخ چهارشنبه ۱۸ مارس ۲۰۲۰ ساعت ۱۹:۵۷ نوشت:‬ > Hello fellow djangos, > > I have a slight problem with my project, a simple solution is needed I > beli

RE: DJANGO_PYTHON_GHANA

2020-02-14 Thread python stories
Hi Fam!, Anyone self-studying python, django, javascript as part of their new year's goals in Ghana? If yes. We have a fun & lively newbies class starting first Friday of March at The Business Lounge and Grill-Ring Road. It's absolutely FREE to join. Just email pythonstor...@gma

Getting this error with running django server

2020-02-08 Thread python stories
C:\Users\user\PycharmProjects\pyshop>py manage.py runserver Watching for file changes with StatReloader Performing system checks... Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner self.run() File

Re: how to test an application that's using a legacy database

2014-11-11 Thread dpalao . python
Dear Carl, Thank you for the answer. On Tuesday, November 11, 2014 3:13:18 PM UTC+1, Carl Meyer wrote: > > Hi David, > > On 11/11/2014 07:01 AM, dpalao...@gmail.com wrote: > > I see your point. You might be right, but it is not clear to me how to > > do it and if it would work: I have already

Re: how to test an application that's using a legacy database

2014-11-11 Thread dpalao . python
Dear Carl, I see your point. You might be right, but it is not clear to me how to do it and if it would work: I have already tried to subclass DiscoverRunner to modify its behaviour with little success. Another problem that I see: it is not an homogenous approach. I mean, the models are created

Re: how to test an application that's using a legacy database

2014-11-11 Thread dpalao . python
Dear Fred, Thanks a lot for the answer. Actually I got very happy when I saw it. But I sadly found out that it does not work in my case. I think the problem is related to the way Django-1.7 behaves with respect to databases, migrations and so on. Not 100% sure, though. I don't really know what

Re: how to test an application that's using a legacy database

2014-11-10 Thread dpalao . python
On Monday, November 10, 2014 4:08:15 PM UTC+1, donarb wrote: > > > > On Monday, November 10, 2014 7:00:12 AM UTC-8, dpalao...@gmail.com wrote: >> >> Here comes the context. Sorry. >> >> On Monday, November 10, 2014 3:49:40 PM UTC+1, larry@gmail.com wrote: >>> >>> >>> No, when you run syncdb it

Re: how to test an application that's using a legacy database

2014-11-10 Thread dpalao . python
On Monday, November 10, 2014 4:03:57 PM UTC+1, larry@gmail.com wrote: > > On Mon, Nov 10, 2014 at 10:00 AM, > > wrote: > > Here comes the context. Sorry. > > > > On Monday, November 10, 2014 3:49:40 PM UTC+1, larry@gmail.com > wrote: > >> > >> > >> No, when you run syncdb it will

Re: how to test an application that's using a legacy database

2014-11-10 Thread dpalao . python
Here comes the context. Sorry. On Monday, November 10, 2014 3:49:40 PM UTC+1, larry@gmail.com wrote: > > > No, when you run syncdb it will not create or modify any existing > tables, only create new ones. > Again, are the docs

Re: how to test an application that's using a legacy database

2014-11-10 Thread dpalao . python
So what is written in the docs is wrong? -- 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 d

how to test an application that's using a legacy database

2014-11-10 Thread dpalao . python
in self.unmanaged_models: m._meta.managed = False and I get exactly the same error. What am I missing? Thanks in advance, David PS Django-1.7 with Python-3.3 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsu

Re: running unit tests with legacy database: Error 1050, Table already exists

2014-11-07 Thread dpalao . python
I think I should start a new thread. It is a different problem, after all. On Thursday, November 6, 2014 5:13:09 PM UTC+1, David Palao wrote: > > Hi Collin, > Thanks a lot for the answer. I think you are right, and that was what > I was doing. Still, apparently the models could not be created >

running unit tests with legacy database: Error 1050, Table already exists

2014-11-04 Thread dpalao . python
Hello, I'm relatively new to Django, so it might well be a silly question... I'm using Django-1.7 with Python-3.3. I'm working with a legacy MySQL database. I tried both pymysql and mysql-connector-python, the errors are similar. When I run the unit tests, for instance, with

Re: Questions about Installing Django & Python

2012-11-18 Thread New to Django / Python
Hi I have just installed django by doing it through CMD. Going through the tutorial now. On Monday, 19 November 2012 16:23:05 UTC+11, New to Django / Python wrote: > > Hi, > > I am completely new to programming (despite knowing basic HTML and CSS). > > I am trying to install

Questions about Installing Django & Python

2012-11-18 Thread New to Django / Python
Hi, I am completely new to programming (despite knowing basic HTML and CSS). I am trying to install python and django and have successfully installed the python shell (i think - see attachment 1). Where I am having difficulty is in install django. I have downloaded the django packages

Hello World with Django

2012-09-16 Thread python . anaconda
Hi, Can someone help me in this question? http://stackoverflow.com/questions/12399318/why-do-i-need-django-for-a-simple-hello-world As you can see, the Flask solution is only "half answer" and the Django solution in my web hosting service doesn't work and, as you can imagine, I don't have a

Re: How to adapt some code provided by friend

2010-05-06 Thread Etienne Python
nything like it) if you don't > build some basics. > > To successfully use a product like Django, basic knowledge of at least > database administration will go along way. I'd also highly suggest you > go though a Intro-to-python book. (The book Dive In To python is > o

Re: How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
suggested I get the following message in the cmd: Error: No module named redis_cache.cache I must admit I'm lost ;-) 2010/5/5 Daniel Roseman > On May 5, 12:23 pm, Etienne Python wrote: > > > > File "c:\python26\lib\site-packages\django\db\backends\mysql\

Re: How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
ok, I have done that now, but I'm affraid I still get the same result... :-( On May 5, 1:26 pm, "ge...@aquarianhouse.com" wrote: > install MySQLdb :) > > On May 5, 1:23 pm, Etienne Python wrote: > > > > > > > On May 5, 12:42 pm, Daniel Roseman wrot

Re: How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
On May 5, 12:42 pm, Daniel Roseman wrote: > On May 5, 11:06 am, Etienne Python wrote: > > > > > > > Hey all, > > > I'm a real beginner at both Django and Python, so excuse me if my > > question looks silly to you. > > > A friend of mine did

How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
Hey all, I'm a real beginner at both Django and Python, so excuse me if my question looks silly to you. A friend of mine did me a huge favour by coding a form for me. However, I would like to modify a couple of details in the page. I have copied the code and the folders linked to the websi

Strange difference between runserver and shell

2010-03-11 Thread python
: 7 orderitems = MyOrderItem.objects.filter(orderitem__order = self.orderitem.order) 8 # ... 9 super(MyOrderItem, self).save(*args, **kwargs) If I execute this from `python manage.py shell`, it works fine, and orderitems (line 7) is a list with 3