File: __init__.py

package info (click to toggle)
python-django-solo 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 363; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
"""
django-solo helps working with singletons:
things like global settings that you want to edit from the admin site.
"""

__version__ = "2.4.0"