Re: font awesome loading problem

2020-04-09 Thread Roger Gammans
Hi, that looks like it's your s3 bucket setup. s3 is not supporting the CORS (cross-origin -request-security) check requests the browser is making. I googled "s3 bucket cors" and found this which looks like in contains the answers you are looking for. https://docs.aws.amazon.com/AmazonS3/latest/de

Re: ORM from the command line

2020-04-09 Thread Andréas Kühne
Hi Tim, What you probably should do is use a custom command on the manage.py command interface. You till then get access to all of djangos goodness - and it can be run from the command line. See here: https://docs.djangoproject.com/en/3.0/howto/custom-management-commands/ This is how I would han

In pycharm errror

2020-04-09 Thread tejasri mamidi
While executing py manage.py runserver .. Terminal showing this file will not found why.. -- 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..

Re: In pycharm errror

2020-04-09 Thread Naveen Vadavalasa
I think u r not in the right path. On Thu, 9 Apr, 2020, 7:53 PM tejasri mamidi, wrote: > While executing py manage.py runserver .. > Terminal showing this file will not found why.. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To uns

Call for Comments from those who use mailing address models in Django

2020-04-09 Thread Rob
Do you use postal addresses (place locations) in one or more of your Django projects? Have you used or considered using the open source package *django-address *? Are you an experienced Django package maintainer willing to mentor another maintain

Re: ORM from the command line

2020-04-09 Thread Tim Johnson
Thank you Andréas. I have come across that too, after my OT. This is definitely what I was looking for. cheers On 4/9/20 2:05 AM, Andréas Kühne wrote: Hi Tim, What you probably should do is use a custom command on the manage.py command interface. You till then get access to all of djangos go

Re: ORM from the command line

2020-04-09 Thread Adam Mičuda
Hi, you can also write simple python script and run it in Django context via https://django-extensions.readthedocs.io/en/latest/runscript.html from `django-extensions` package. Best regards. Adam čt 9. 4. 2020 v 17:14 odesílatel Tim Johnson napsal: > Thank you Andréas. I have come across that t

The empty path didn't match

2020-04-09 Thread Vinay Kumar
Hello all ! I am new in Django technology. I am trying to make a small project just to hands on django , but unfortunately i am getting error Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/ Using the URLconf defined in durganewsproject.urls, Django tried these URL

Re: The empty path didn't match

2020-04-09 Thread JEGATHEESWARAN SUNDARAVADIVEL
In your urlpatterns remove $/ just keep empty “ “ for views.homepage Thanks Jegatheeswaran On Thu, 9 Apr 2020 at 22:56, Vinay Kumar wrote: > Hello all ! > > I am new in Django technology. > > I am trying to make a small project just to hands on django , but > unfortunately i am getting error >

Re: ORM from the command line

2020-04-09 Thread Tim Johnson
Thank you too Adam. Great stuff! On 4/9/20 7:43 AM, Adam Mičuda wrote: Hi, you can also write simple python script and run it in Django context via https://django-extensions.readthedocs.io/en/latest/runscript.html from `django-extensions` package. Best regards. Adam čt 9. 4. 2020 v 17:14

Name clashes on custom commands

2020-04-09 Thread Tim Johnson
I have more of an observation than a question and it is likely that any responses may serendipitously enlighten me. From the contributions of good djangoists to an earlier query on my part (subject ORM from the command line) I have been enlightened about custom commands and django-extensions a

Re: In pycharm errror

2020-04-09 Thread Phako Perez
Check the ‘ls’ command to verify is on directory you are running the manage.py And not sure about how you ran the command, but you should run as python manage.py runserver Regards Sent from my iPhone > On 9 Apr 2020, at 9:25, tejasri mamidi wrote: > > While executing py manage.py runserver

asgiref

2020-04-09 Thread אורי
Hi, What is asgiref and why is it automatically installed when I upgrade Django to 3.0 with pip? What does it do and is it required to be installed in production? אורי u...@speedy.net -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr