Changes between Initial Version and Version 1 of Ticket #20040, comment 2
- Timestamp:
- Mar 13, 2013, 10:45:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20040, comment 2
initial v1 1 1 I was gonna post the pull request. [https://github.com/django/django/pull/899 Here it is]. 2 I already wrote this because I needed it. The settings module is not modular and extendable enough so I rewrote it. 2 I already wrote this because I needed it so I thought I'd be nice and share. The settings module is not modular and extendable enough so I rewrote it. 3 4 About the documentation and tests, my time is limited. 5 This project is a shared effort between developers to improve Django.