JamesBream / PixelGram

UoD CS Spring Semester Team Project
0 stars 0 forks source link

Expand post delete functionality #14

Open JamesBream opened 8 years ago

JamesBream commented 8 years ago

Currently deleting a post leaves remnants in the db and on the file system. These should be deleted with the post.

For the database, it would make more sense to explore relationships to handle this rather than having to search for individual entries.

Links to issue #10.