Django-globals, is a very simple application, that allow to define a thread specific global variables.

Also, it includes a middleware User, which can be used, to access to the current user outside a view, when "request" variable is not defined.

See additional documentation and download sources from this project's page at github.com. This SVN repository was created for convenience only.

To download latest source from GIT repository, use this command:

git clone git://github.com/svetlyak40wt/django-globals.git

InstallationDownload sources, add place django_globals somewhere in yours python path.

Next, add django_globals to the INSTALLED_APPS and, optionally, django_globals.middleware.User to the MIDDLEWARE_CLASSES.

Now you can make from django_globals import globals and access to the globals.user anywhere.

Journal Entries

No entries yet. Link your entries with 'django-globals' to include this project.

Ohloh Analysis Summary

Ohloh requires source code to create a report.

Where's the source code?


Ratings & Reviews

Community Rating
0.0/5.0

Based on 0 user ratings.

Your Rating

Click to rate this project.

Links

0 links submitted so far. Submit your own links.