Re: Django GDAL problem in M1 Chip Pro

2022-07-18 Thread Chandra Prakash Choubey
Noting is in the content. On Mon, Jul 18, 2022 at 9:38 PM 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: > On 18 July 2022 07.47.08 CEST, Chandra Prakash Choubey < > cpc.chandra...@gmail.com> wrote: > >Hi ALL, > >I am getting

Django GDAL problem in M1 Chip Pro

2022-07-18 Thread Chandra Prakash Choubey
, but wrong architecture Please respond as soon as possible. Regards, Chandra Prakash Choubey -- 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 dj

django html error

2022-04-02 Thread 5021-Chandra Prakash.S
i am new to django, there is no error in my project but my html page is not loading ,its just appearing white blank screen when i run the server.I had checked settings.py file and edited the templates setting but then too my html file isn't loading. -- You received this message because you are

Re: Multiple Image Field in a model

2020-03-31 Thread Yash Chandra verma
This is how exactly you could solve it. Multiple FIle Upload On Monday, September 26, 2011 at 7:32:51 PM UTC+5:30, NavaTux wrote: > > Hi all, > >I have a filed(ImageField) in my model.Also I want to have > multiple ImageFields.How to have m

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2013-12-08 Thread Kapil Chandra
Just wanted to say that this seemed to work for getting Flask running on godaddy too (skipping the django specific steps of course) with two differences. In dispatch.py instead of: from django.core.handlers.wsgi import WSGIHandler WSGIServer(WSGIHandler()).run() use: from yourapp import app WS

Question about Django+Feedjack

2007-09-13 Thread Chandra
site. It is still showing 0 posts. This looks to me like some configuration problem. Can any one help in identifying the problem. I have even configured the cache option also. Thanks & Regards Chandra --~--~-~--~~~---~--~~ You received this message becaus