-
Notifications
You must be signed in to change notification settings - Fork 0
QuorumUS/django-common
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
========================= Django common application ========================= Django-common provides useful shortcuts for developing django projects. Overview ======== context_processors ~~~~~~~~~~~~~~~~~~ * settings_processor - put django.conf.settings into RequestContext decorators ~~~~~~~~~~ * render_to - classic render_to functionality * paged - paginate the `response_qs` variable in response. Used with render_to. * ajax - wrap view reponse into JSON fields ~~~~~~ * AutoOneToOneField - OneToOne field which automatically creates related object forms ~~~~~ * build_form - shortcut for creating GET/POST form with one line of code http ~~~~ * HttpResponseJson - Response class which wraps data into JSON format. Used in common.decorators.ajax middleware ~~~~~~~~~~ * LoginRequiredMiddleware - restrict guest access
About
A fork of the django-common python package.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published