hadithhouse / HadithHouseApi

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

Support importing hadiths into the websites #354

Closed rafidka closed 6 years ago

rafidka commented 6 years ago

When working on issues like #83 and #84, we need to import a large number of hadiths into the website. At the moment, I am doing it using via a Django command that has to be executed on the server. Instead, it is much better to be able to import data to the website via the UI. The data format I am considering for this task is JSON.

rafidka commented 6 years ago

This issue was moved to hadithhouse/HadithHouseWeb#17