tildaslash / RatticWeb

Password Management for Humans
http://rattic.org/
GNU General Public License v2.0
475 stars 149 forks source link

Add nested folders #437

Open PacketPerception opened 8 years ago

PacketPerception commented 8 years ago

We've got nearly 1000 passwords that we're currently storing in KeePass, and the hierarchy created by using folders is indispensable. I took a real quick look and got this working fairly easily by adding a single model using https://github.com/django-mptt/django-mptt.

I wanted to gauge interest before I continued working on the UI portion for it.