Skip to content

added 'album' foreign key to models

Chidambaranathan Anirudh requested to merge github/fork/C-Anirudh/gallery into master

Fixes: #13 (closed) Added 'album' as foreign key to three models:

  • activity.Project
  • activity.Event
  • blog.Post

Added unique=True attribute to the title field of Album model in gallery app.

Merge request reports