URL models
You can use `UrlModel` to provide URL functionality to any instance of any model and any language (language support can be removed from this). Each model must have own view method, that returns HttpResponse. I was inspired by Flatpages. It is useful for small sites and static pages. `class Page(UrlModel): text = models.TextField() def view(self, request) # do something here return HttpResponse(...)`
- middleware
- urls
- models
- foreignkey
- model
- generic
- url
- foreign-key
- genericforeignkey
- contenttypes
- 404
- contenttype
- content-type