0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Very basic template support - after umming and aahing for months, here's the simplest thing that could possibly work. See example_template.py for an example. More... almost 15 years ago
Merge branch 'master' of [email protected]:simonw/djng More... almost 15 years ago
Added BSD license More... almost 15 years ago
Add back 1.0.X compatibility for Router URL resolution. More... almost 15 years ago
Added a setup.py. More... almost 15 years ago
Link to blog entry and mailing list More... almost 15 years ago
Some ideas for how the services API could work More... almost 15 years ago
Added djng.middleware.GZip and example of applying that middleware to just one path within a site More... almost 15 years ago
ErrorWrapper: send correct status code back to browser More... almost 15 years ago
URL reversing should be a service More... almost 15 years ago
i18n / translation should definitely be a service More... almost 15 years ago
Merge branch 'master' of [email protected]:simonw/djng More... almost 15 years ago
Added example of form validation using the Django forms library, had to settings.configure(USE_I18N=False) to get it to work though More... almost 15 years ago
Form submissions now work (character encoding is assumed to be utf8 though, which may cause problems some time) - new example_forms.py demonstrates them More... almost 15 years ago
Notes on things I think should become services More... almost 15 years ago
Fixed indentation in readme More... almost 15 years ago
Example showing how staticmethods can be used to reduce chance of accidentaly thread safety problems in class based generic views More... almost 15 years ago
readme file More... almost 15 years ago
De-emphasized the example_app for services that doesn't do anything interesting yet More... almost 15 years ago
Added example showing how simply URL routing and error handling could work, and implemented the bits necessary to get it working More... almost 15 years ago
Figured out what hello world should look like in djng, then implemented (and monkey-patched) the API to make it work More... almost 15 years ago
Started to play around with the concept of services More... almost 15 years ago
Initial commit More... almost 15 years ago