Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 353 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 353 Bytes

XChemDB

This is a simple Django app to get a RESTFul API of XChem data.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "xchem_db" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'xchem_db',
    ]
    
  2. Run python manage.py migrate to create the xchem_db models.