Hi,
Hi!
I have just completed a first draft of the NAV+Django introduction, available at [1]. I know some of you would for sure had benefit of having this documentation available in June. I'm sorry about that, but now it's finally here.
Good stuff :-)
I would very much appreciate if those of you which have been using Django in NAV or elsewhere could take the time to read through the introduction and give some feedback. Both general feedback here at the mailing list and changes directly in the wiki are welcome, especially with regards to the future enhancements section.
I only have one issue about how things are done; During development is a real hassle having a global urls.py, especially if there are more than one developer working on the same instance. I dont really know of any good ways to work around this without doing something really nasty like searching for other urls.py in the pythonpath (yuk!)
Any ideas?
- K