Re: Hello everyone,happy to be here.

2023-07-01 Thread 'Kasper Laudrup' via Django users
On 29/06/2023 09.23, Apili Vicky wrote: am failing to get apython path on the cmd interface..what could be wrong Pretty much everything could be wrong, so I suggest you start by fixing that. If that doesn't work, try doing nothing. Sometimes that's the best option in cases like this. Hop

Re: Hello everyone,happy to be here.

2023-07-01 Thread Harshal Bordia
What's the command you are using ? On Fri, 30 Jun 2023, 03:26 Apili Vicky, wrote: > am failing to get apython path on the cmd interface..what could be wrong > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group

Re: Hello everyone,happy to be here.

2023-07-01 Thread Naamara Hannington
Hey Vicky. Kindly share a screenshot and some of the files you are working with? Hannington Naamara Co-Founder, Edoctorug +256 775 719034 www.edoctorug.com https://eu.api.accredible.com/v1/frontend/credential_website_embed_image/certificate/2514865 On Fri, Jun 30, 2023, 12:56 AM Apili Vicky wro

Hello everyone,happy to be here.

2023-06-29 Thread Apili Vicky
am failing to get apython path on the cmd interface..what could be 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 django-users+unsubscr...@googlegroups.co

hello everyone please can someone help me with my problem is very important please Environment: Request Method: GET Request URL: http://127.0.0.1:8000/user/ Django Version: 4.0.4 Python Version: 3

2022-04-30 Thread ray nkamwa
-- 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 https://groups.google.com/d/m

Re: Hello Everyone

2021-09-22 Thread bnmng
I'm not sure but you might be calling a function without the parentheses somewhere. Seems like the function would return an object that has a _meta attribute, but without the parentheses the code is looking at the function itself, and not the object that the function returns On Wednesday, Sep

Hello Everyone

2021-09-15 Thread Lachi Teaching
I'm receiving that error I add the line from .forms import CustomUserCreationForm into my views.py and it's driving me insane. I have no idea how to fix this. Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Users\Technicalsmirchis\AppData\Local\Progra

Hello Everyone

2020-12-15 Thread Ali Sufyan
Hi I just joined the group -- 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

Re: hello everyone! I'm working on Django Framework. but

2017-10-19 Thread Erik Rull
Hi Andréas, Andréas Kühne wrote: > The main thing is that when you start runserver it continuesly checks for > changes in your .py files. So if you change a file, you get a reload. This > shouldn't be running on a production environment. > Another thing is that runserver also serves static files

Re: hello everyone! I'm working on Django Framework. but when I run the script $ ./manage.py runserver or $./manage.py runserver 0.0.0.0:8000 it only work on my system. how to make it public? so that

2017-10-19 Thread Andréas Kühne
2017-10-19 9:37 GMT+02:00 Erik Rull : > Hello Andréas, > > Andréas Kühne wrote: > > 1. First of all, you shouldn't run django with runserver on a production > > system. runserver is just for development purposes, and doesn't do a lot > of > > optimization that you get when running it "correctly".

Re: hello everyone! I'm working on Django Framework. but when I run the script $ ./manage.py runserver or $./manage.py runserver 0.0.0.0:8000 it only work on my system. how to make it public? so that

2017-10-19 Thread Erik Rull
Hello Andréas, Andréas Kühne wrote: > 1. First of all, you shouldn't run django with runserver on a production > system. runserver is just for development purposes, and doesn't do a lot of > optimization that you get when running it "correctly". not a lot of optimizations - uh really? I run Djang

Re: hello everyone! I'm working on Django Framework. but when I run the script $ ./manage.py runserver or $./manage.py runserver 0.0.0.0:8000 it only work on my system. how to make it public? so that

2017-10-18 Thread Andréas Kühne
ps://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 Best regards, Andréas 2017-10-18 8:42 GMT+02:00 Uddipta Poddar : > hello everyone! > > > I'm working on Django Framework. but when I run the script > > > *$

hello everyone! I'm working on Django Framework. but when I run the script $ ./manage.py runserver or $./manage.py runserver 0.0.0.0:8000 it only work on my system. how to make it public? so that I c

2017-10-18 Thread Uddipta Poddar
hello everyone! I'm working on Django Framework. but when I run the script *$ ./manage.py runserver * or *ALLOWED_HOSTS = ['127.0.0.1'] # in settings.py* *$./manage.py runserver 0.0.0.0:8000 * it only works on my system. how to make it public? so that I can acces

Re: Hello Everyone !

2016-02-20 Thread paul . hermeneutic
On Sat, Feb 20, 2016 at 4:43 AM, Parth Shah wrote: > I am new to Frameworks . All I know is Basic Python. > How to get Started Please help ! Since you found the Django mailing list, I assume you are familiar with their web site. On the main page there is a link to "Get started with Django." http

Hello Everyone !

2016-02-20 Thread Parth Shah
I am new to Frameworks . All I know is Basic Python. How to get Started Please help ! -- 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...@go

Re: hello everyone error in python

2013-08-23 Thread abhijeet shete
Hi, Please provide more details about the error. Like what you are trying to do or which part of your code is raising this error ? On Fri, Aug 23, 2013 at 3:24 PM, Shru wrote: > error :'str' object is not callable > > error location :C:\Python27\lib\site-packages\django\core\handlers\b

hello everyone error in python

2013-08-23 Thread Shru
error :'str' object is not callable error location :C:\Python27\lib\site-packages\django\core\handlers\base.py in get_response, line 115 so help me to fix it -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Hello everyone, can you tell me a good django's book that explains the various functions but at the same time develop a complete website chapter by chapter?

2013-05-09 Thread Russell Keith-Magee
I wouldn't be *too* concerned about the version numbers covered by books. Django has a strict backwards compatibility policy, specifically so that code will continue to work between versions. We've added features, and fixed bugs, but we've tried very hard to ensure that code will continue to work b

Re: Hello everyone, can you tell me a good django's book that explains the various functions but at the same time develop a complete website chapter by chapter?

2013-05-09 Thread Federico Erbea
Thanks but there isn't something more new, maybe make with django 1.4? Il giorno giovedì 9 maggio 2013 10:56:17 UTC+2, Federico Erbea ha scritto: > > I bought a Marco Beri's book "Sviluppare applicazioni web con django" but > after the first chapter only explains the different functions in contra

Re: Hello everyone, can you tell me a good django's book that explains the various functions but at the same time develop a complete website chapter by chapter?

2013-05-09 Thread Gerald Klein
Besides the great documentation and examples on the Django site I would look at http://www.djangobook.com/en/2.0/index.html You also bought three more books take a look at them before buying more, if you are just starting though I would start with the docs on the site and the link I have provided.

Hello everyone, can you tell me a good django's book that explains the various functions but at the same time develop a complete website chapter by chapter?

2013-05-09 Thread Federico Erbea
I bought a Marco Beri's book "Sviluppare applicazioni web con django" but after the first chapter only explains the different functions in contrast to the first chapter where the functions were explained by developing them. I also bought "Instant Django Application Development Starter