Can anyone share code for uploading csv or excel file to sqlite3 database.

2018-09-26 Thread BBG
I want to create upload bulk data. Can anyone share code to upload csv or excel file. -- 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...@

store CSV content to database in django

2018-09-27 Thread BBG
Can anyone share code for uploading CSV file content 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...@googlegroups.com. To p

Re: Can anyone share code for uploading csv or excel file to sqlite3 database.

2018-09-27 Thread BBG
the CSV module included in Python > standard library ? > > > You'll find there all the needed information for reading and interpreting > CSV files without having to implement the raw parsing, and have there rows > in a form ready to use for inserting objects in your model.

how to filter foreign key in django form without passing foreign key value?

2018-09-27 Thread BBG
I have created two models in my django project AddStudent and Fee Entry as shown below. *models.py* class AddStudent(models.Model): enrollment_no = models.BigIntegerField(primary_key=True) student_name = models.CharField(max_length=500,null=True) gender = models.CharField(max_lengt

Experienced django developer is needed.

2018-10-25 Thread BBG
I have one project on django1.0 and python 2.7. If anyone is interested than contact me... -- 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+unsubsc