Re: problem at saving a file (namecheap)

2021-01-31 Thread Kasper Laudrup
On 30/01/2021 21.28, mohamed masstour wrote: i have a problem with Django project (namecheap) , when i try to saving a file i get a Server Error (500)please help me . It doesn't sound like this is related to Django, so it is very unlikely anyone here can help you. Instead contact Namecheap

Re: Show FK as input instead of drop down in admin

2021-01-31 Thread Derek
Another option if you want to show actual data, but only a portion, is to use an incremental lookup via an app such https://django-autocomplete-light.readthedocs.io/en/master/ - this works in the Admin as well. On Saturday, 30 January 2021 at 20:58:00 UTC+2 Ryan Nowakowski wrote: > On Wed, Jan

Re: Django site as SOAP endpoint

2021-01-31 Thread Ryan Nowakowski
On January 31, 2021 1:44:46 AM CST, Fenrir Sivar wrote: >I’m working on a project where one of the remote parties requires us to >serve a SOAP api. I have plenty experience with DRF, but only found >soap >client examples (using The ’zeep’ module: zeep==soap in Dutch) which I >use >to call the

Re: about django documentation

2021-01-31 Thread Ryan Nowakowski
I recommend following the tutorial all the way through. Getting that tutorial running in your own computer will answer 95% of a beginner's questions. https://docs.djangoproject.com/en/3.1/intro/tutorial01/ On January 18, 2021 9:27:56 PM CST, a a wrote: >i have end the django introduction but i

Re: Static Folder not loading

2021-01-31 Thread hari49pf
runned *colletcstatic*, there is no output. On Thursday, January 28, 2021 at 11:51:20 PM UTC+5:30 larry.mart...@gmail.com wrote: > On Thu, Jan 28, 2021 at 10:16 AM hari49pf wrote: > > > > Hi, > > > > I am trying to load static file to my project its not loading, > > I have changed the path of

Re: Hi

2021-01-31 Thread Ogunlade Stephen Olayide
What's the project all about? On Thu, Jan 28, 2021, 5:46 PM Sunday Iyanu Ajayi wrote: > Hi Florin, > > What support do you need? You can reach out via my email. > *AJAYI Sunday * > (+234) 806 771 5394 > *sunnexaj...@gmail.com * > > > > On Tue, Jan 26, 2021 at 3:10 PM Florin Ngabire > wrote: >

Re: Static Folder not loading

2021-01-31 Thread hari49pf
Its returning *no matching file found for test.css* *Regards,* *Harish.B* On Friday, January 29, 2021 at 8:26:14 PM UTC+5:30 ule...@gmail.com wrote: > > try > *./manage.py findstatic test.css* > Op vrijdag 29 januari 2021 om 15:52:44 UTC+1 schreef fcip...@gmail.com: > >> I’m sending from my

Re: Static Folder not loading

2021-01-31 Thread hari49pf
Bair me, I am new to group On Sunday, January 31, 2021 at 10:46:40 PM UTC+5:30 hari49pf wrote: > Its returning > > *no matching file found for test.css* > > > *Regards,* > > *Harish.B* > > > On Friday, January 29, 2021 at 8:26:14 PM UTC+5:30 ule...@gmail.com wrote: > >> >> try >> *./manage.py fin

Re: Django site as SOAP endpoint

2021-01-31 Thread Xavier Ordoquy
Hi Fenrir, You may give Spyne (http://spyne.io/) a try. It is a RPC framework that can handle SOAP requests and has a Django integration. Spyne has a couple of drawbacks - IMHO it tries to do too any things and may be somewhat complex - but it does the job. Hopes this will help, Xavier O. Le d