fullctl / ixctl

Apache License 2.0
2 stars 4 forks source link

Integration with ctl template repositories #41

Open vegu opened 3 years ago

egfrank commented 3 years ago

The issue for the template itself lives here: https://github.com/20c/ctl-tmpl-django/issues/2

docker-compose.yml , django-uwsgi.ini , manage.sh, compose.sh, run.sh look good.

dev/example.env is a bit of a question mark to me, I think we'd just ignore it in the config file here

The entrypoint.sh file that is currently on master does not have the line:

DJANGO_SETTINGS_MODULE=ixctl.settings

This is different than the template, and is because we're using a django_init. I assume we want that taken out? @vegu