Re: How to save data from form FileField to DB Django

2015-07-30 Thread Javier Guerra Giraldez
On Thu, Jul 30, 2015 at 10:40 AM, user07285 wrote: > I have a model and have added a Form FileField to take a file and save all > their contents for a particular object. The FileField doesn't need to be in > the database hence not added as a model.fileField. The content from the file > should be r

How to save data from form FileField to DB Django

2015-07-30 Thread user07285
I have a model and have added a Form FileField to take a file and save all their contents for a particular object. The FileField doesn't need to be in the database hence not added as a model.fileField. The content from the file should be read , parsed and added to the synonym_type. **model.py*

Re: Save data from form

2014-09-07 Thread Eddilbert Macharia
Hello, Your welcome, its not that difficult to wrap head around django though, just patience is required Regards, Eddilbert Macharia. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: Save data from form

2014-09-07 Thread Артём Мутерко
Thank you a lot for reply. I thought I could cover Django on fly, but it seems like I have to read some books before. Anyway thank you very much! воскресенье, 7 сентября 2014 г., 10:50:55 UTC+3 пользователь Eddilbert Macharia написал: > > Hi Aptem, > > Your questions is not clearly what exactly

Re: Save data from form

2014-09-07 Thread Eddilbert Macharia
Hi Aptem, Your questions is not clearly what exactly do you want, where are you stuck, specifically, Check this it might assist you https://docs.djangoproject.com/en/1.7/topics/forms/ this is a very basic example if you have an organization mode below models.py > class Organization(models.Mod

Save data from form

2014-09-06 Thread Артём Мутерко
Hello, can anyone please explain how to handle form post action and save it to database -- 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...