db_index=False for ForeignKey not working

2015-07-13 Thread Shanu Kumar
Hi, I have created a particular model in django that looks like this: Class Document(models.Model): doc_id = models.AutoField(primary_key=True) doc_name = models.CharField(max_length=255, help_text=_('The name of the document'),

What are some good 3rd party django apps to build a user dashboard and folder management (similar to a Google drive account)

2015-06-12 Thread Shanu Kumar
Hi, I have been trying to find an app which helps build a user-specific file/folder management system. An example for this could be an app that is exactly similar to your google drive account. The operations performed by the app could be a subset of what a google drive account does: 1.