hadithhouse / HadithHouseApi

Backend for Hadith House
http://www.hadithhouse.net/
MIT License
3 stars 3 forks source link

Create Django models for hadith, person, and tag #1

Closed rafidka closed 9 years ago

rafidka commented 9 years ago

To start with, we need the following models:

We also need to associate hadith and tags in a many-to-many relationship.

rafidka commented 9 years ago

Initial model created. Will create other issues to make changes. Resolving this.