Changes between Initial Version and Version 1 of Ticket #31527, comment 1
- Timestamp:
- Apr 30, 2020, 12:10:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31527, comment 1
initial v1 9 9 > Buuuuuuuut, it's possible to get Django to otherwise run with, for example, something like... 10 10 11 Can I ask what the use-case here is? (Also: How does it go with tests and override_settings and such? Is this literally the only place it blows up?) 11 Can I ask what the use-case here is? (Update: like, I've done similar defining `ROOT_URLCONF = __name__`, which then pulls `urlpatterns` into the resolver... — just trying to grasp if we need to allow `ROOT_URLCONF` as a callable, rather than an import path.) 12 13 14 (Also: How does it go with tests and override_settings and such? Is this literally the only place it blows up?)