Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / setup.py @ 6dd70a5c

History | View | Annotate | Download (6.9 kB)

# Date Author Comment
715ca8d0 03/15/2012 02:30 pm Kostas Papadimitriou

Update webprojet setup.py

to include html templates in package

8bd44142 02/24/2012 08:25 pm Kostas Papadimitriou

Proper snf-common version spec

b0f564cb 02/24/2012 05:29 pm Kostas Papadimitriou

New version requirements for snf-webproject

d60dc9d4 02/23/2012 03:13 pm Kostas Papadimitriou

Logging config and entry_points in snf-webproject

21dc099b 01/20/2012 07:51 pm Kostas Papadimitriou

Changed Django version

9a32d894 01/18/2012 02:23 pm Kostas Papadimitriou

Updated setup.py

- catch synnefo.util import errors
- added snf packages dependencies
- added dependency_link for snf-* package discovery

66e7b0ae 01/13/2012 06:51 pm Kostas Papadimitriou

Added django as requirement in snf-webproject

07d104d8 01/13/2012 02:11 pm Kostas Papadimitriou

Improved packaging

- Improved automatic version tagging from git repo.
- Added auto generated synnefo.<package>.version module to contain each
package version.

2ce0636e 01/12/2012 03:06 pm Kostas Papadimitriou

Initial commit for snf-webproject

- new package snf-webproject
- moved basic django related settings in snf-webproject
- added new entry point utils to ease the extension mechanism of
snf-webproject (urlpatterns, middleware, static_files, installed_apps)...