aptivate / kashana

Aptivate logframe django project
GNU Affero General Public License v3.0
13 stars 15 forks source link

Manage multiple instances #4

Closed aliceh75 closed 9 years ago

aliceh75 commented 9 years ago

See deployment instructions as https://github.com/aliceh75/kashana/blob/manage_multiple_instances/docs/deploy.rst

daniell commented 9 years ago

This creates instances with DEBUG = True. I'm not sure how important it is, but I would prefer to have them with DEBUG = False and the ALLOWED_HOSTS setting set.

samastur commented 9 years ago

I agree.

aliceh75 commented 9 years ago

Good point, it's probably best to have them in production mode by default. Each individual settings file can then be edited if we do want some of them in DEBUG mode. I'll change this.