lttkgp / C-3PO

The metadata overlord and API server for LTTKGP
https://api.lttkgp.com
MIT License
27 stars 21 forks source link

Change imports to absolute and fix issues with uWSGI #37

Closed mukul-mehta closed 4 years ago

mukul-mehta commented 4 years ago

In manage.py, change an import to be absolute from project root. Similar change for api/create_app.py.

Move wsgi.py and c3po_wsgi.ini to project root for it to work with present configuration.