add version number to gnuviechadmin
- add __version__ to gnuviechadmin/__init__.py - change docs/conf.py to use version number from gnuviechadmin - add gnuviechadmin.context_processors.version_info to add gnuviechadmin_version to template context - add version and technology links to templates/base.html footer - add CSS styles for footer formatting
This commit is contained in:
parent
1bee80044c
commit
251e8a54f6
6 changed files with 59 additions and 6 deletions
|
|
@ -1 +1,3 @@
|
|||
from gnuviechadmin.celery import app as celery_app
|
||||
|
||||
__version__ = '0.11.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue