Open adamcharnock opened 5 years ago
There are a few niceties that Lightbus could help with with regards to Django:
django.setup()
DJANGO_SETTINGS_MODULE
manage.py
This would be a good use of the (as yet unimplemented) middleware system.
There are a few niceties that Lightbus could help with with regards to Django:
django.setup()
DJANGO_SETTINGS_MODULE
(consider deriving a default frommanage.py
)This would be a good use of the (as yet unimplemented) middleware system.