Re: How to upload pdf files in django

2019-03-03 Thread Derek
Simple tutorial here: https://simpleisbetterthancomplex.com/tutorial/2016/08/01/how-to-upload-files-with-django.html On Saturday, 2 March 2019 17:12:01 UTC+2, Akshay Gupta wrote: > > and to get back data from form request.POST['file_name'] ?? > > > > Sent from my Redmi 4 > On mazz ahmed >,

Re: Missing manage.py & settings.py

2019-03-03 Thread Derek
Pretty much *all* the apps you use in your Django project will be installed via pip ... On Saturday, 2 March 2019 06:00:47 UTC+2, lujate wrote: > > Interesting. I never thought about doing a pip install of an application. > I'm going to have to digest that one. > > Thanks > -- You received th

Re: My developers have run amok

2019-03-03 Thread Derek
Just because something can be done, does not mean it should be done. I have always avoided putting large binary files into the DB - why? Primarily because the information in them is "dead" - very hard to search or filter, which rather defeats the point of using a DB. Rather leave them on disc

Re: Is there any inline editing the data and delete data in table in Django?

2019-03-03 Thread Derek
Grid / tabular editing outside of the admin is tricky; I have not been able to manage it and have not found a good app for it. Here are some suggested reading: * https://www.ibm.com/developerworks/library/wa-django/index.html * https://bossanova.uk/jexcel * https://medium.com/ag-grid/building-

Slide show

2019-03-03 Thread Akshay Gupta
After upload the slides, How to add slides show without download the slides. -- 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...@googlegroup

Re: Django connectivity with MySQL service in docker container

2019-03-03 Thread Derek
The good news is that someone already wrote a series of blog posts for you: * http://www.nisanthsojan.com/django-mysql-with-docker%e2%80%8a-a-step-by-step-guide-for-local-development-part-1/ * http://www.nisanthsojan.com/django-mysql-with-docker%E2%80%8A-a-step-by-step-guide-for-local-developmen

Re: Providing help on a website (basic CMS for on-site site documentation)

2019-03-03 Thread Derek
"Surely it's a ubiquitous need" No, I think not. In the dim and distant past I used to write copious help files for various Windows apps ... but on the web? No one really reads manuals or help files any more - your app needs to be simple and obvious to use. If you are that noble as to still

Re: Models in admin view

2019-03-03 Thread 'Amitesh Sahay' via Django users
Hello Raghav,  Once you register something in admin.py, you should see  that update in the admin page. Login there and click on "candidates" , now you can add the candidates multiple times. Regards, Amitesh Sahay91-750 797 8619 On Friday, 1 March, 2019, 6:34:56 pm IST, raghav b wrote:

SocialAuth through Odnoklassniki: does not register new user

2019-03-03 Thread Roman Izutov
Hi mates, I read through the man , created an odnoklassniki app, received these things to email: Application ID NNN Публичный ключ приложения Секретный ключ приложения Ссылка на приложение https://ok.ru/game/ NN

Re: How to upload pdf files in django

2019-03-03 Thread Luis Zárate
Files come on request.FILES and remember form need to be multipart . El domingo, 3 de marzo de 2019, Hrishikesh K.B escribió: > > > On Saturday, 2 March 2019 20:42:01 UTC+5:30, Akshay Gupta wrote: >> >> and to get back data from form request.POST['file_name'] ?? > > See https://docs.django

Re: How to upload pdf files in django

2019-03-03 Thread Hrishikesh K.B
On Saturday, 2 March 2019 20:42:01 UTC+5:30, Akshay Gupta wrote: > > and to get back data from form request.POST['file_name'] ?? > See https://docs.djangoproject.com/en/2.1/topics/http/file-uploads/ -- You received this message because you are subscribed to the Google Groups "Django us

While Trying to Upload Multiple Files Using Single Form Field with Django Model Form Why i am getting Error no 13.Permission Denied …?

2019-03-03 Thread Sachin Cse
*I found some diififculty to write details here so i given link of my question here https://stackoverflow.com/q/54967840/11143159 * -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

GSOC -2019

2019-03-03 Thread ambesh chand shahi
Guys i want to choose as my organization in GSOC-2019.Can anybody help me that how can i start contributing for increasing my chances of selection -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving