c4379dc6a7
* Add Heroku configuration * Add links in API description * Read database connection string from DATABASE_URL environment variable * Restructure settings files for production * Run server using gunicorn and servce static files with whitenoise * Install drf-yasg from source instead of pypi in testproj * Add readme links to demo app
3 lines
164 B
Plaintext
3 lines
164 B
Plaintext
release: python testproj/manage.py migrate && python testproj/manage.py shell -c "import createsuperuser"
|
|
web: gunicorn --chdir testproj testproj.wsgi --log-file -
|