This is a simple Django app to get a RESTFul API of XChem data.
Detailed documentation is in the "docs" directory.
Add "xchem_db" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'xchem_db', ]
Run python manage.py migrate to create the xchem_db models.