Re: Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2017-12-25 Thread carlos
Hi, actually i deploy very site in bluehost with django 1.11.x and python 2.7.x and it working well but i install the flup app for working with fastcgi in bluehost, if you show me the config with flup and version maybe help you. Cheers On Mon, Dec 25, 2017 at 4:14 PM, Alok Vaidya wrote: > HI Al

help get the value of field from the admin in Django to perform some calculations

2017-12-25 Thread Atef Ouerghi
How can I get the value of field from the admin in Django to perform some calculations -- 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...@

Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2017-12-25 Thread Alok Vaidya
HI All, I'm a very new into web development as well as very recently started with Python 3.6.4 and Django 2.0 and built my first web application successfully. Currently I'm in the process of deploying the web-app on a shared hosting environment on Bluehost. I was able to configure both Pyth

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-25 Thread Sajid Samsad
> > To @Jason > > 1) Yeah. I used the url from the browser and it worked. Actually the whole url is localhost:8000//api.alif-marine.com/search/products?q=product_name As ?q=whatever I type is supposed to be added by javascript so when I am manually doing this from my browser, I am using the abo

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-25 Thread Sajid Samsad
On Monday, December 25, 2017 at 8:51:46 PM UTC+6, Sajid Samsad wrote: > > > In my Django project, I have a Search field. I used Select2 autocomplete with > it. I needed to fetch the product_list from my Product model. So I created a > rest API that returns the product in json formats. > > Here

Re: store media files on amazon Elastic File System

2017-12-25 Thread Costja Covtushenko
Hello, I believe that you do need to read this documentation page. It has description how to use Amazon S3 bucket. But approach should be the same. Regards, Constantine C. >

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-25 Thread Jason
Couple questions: Do you see the request going from the browser to the server and back? Not using postman, but your browser dev tools network tab you have just a `/` at your ajax url. Shouldn't this be `//` for protocol-agnostic? -- You received this message because you are subscribed to t

Re: django admin code modification

2017-12-25 Thread Jani Tiainen
Hi, Generic views are documented at https://docs.djangoproject.com/en/2.0/topics/class-based-views/ 24.12.2017 22.40 "Carl Brubaker" kirjoitti: > I am trying to make a customer database (name, address, etc) and I need to > be able to add new customers, edit customer info, delete customers, and

Re: DJANGO NOT FOUND

2017-12-25 Thread Etienne Robillard
Hi, Why do you use eclipse? I don't recommend using and IDE like eclipse for django and python programming since it may easily confuse newbies who still need to learn the language. Virtualenv is ok assuming you have basic Python programming experience but Django can run fine without it. Ke

Re: 'WSGIRequest' object has no attribute 'user'

2017-12-25 Thread Etienne Robillard
Please show us any relevant traceback message, and include your Python and Django versions as well. cheers, Etienne Le 2017-12-24 à 23:55, harsh sharma a écrit : i am getting  this error  when ever i try to run localhost/admin -- You received this message because you are subscribed to the