django-build

Provides a management command 'build2s3' which tar and gzips the source code and stores it in S3
Download

django-build Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Oppian
  • Publisher web site:
  • http://oppian.com

django-build Tags


django-build Description

Provides a management command 'build2s3' which tar and gzips the source code and stores it in S3 django-build includes an URL to get the current version and some middleware which puts the version in the HTTP headers.Installation: 1. Add the build directory to your Python path. 2. Add your AWS access details to your project's settings.py file: AWS_ACCESS_KEY_ID = '...' AWS_SECRET_ACCESS_KEY = '...' 3. Optional: Add the build app to your urls.py file: (r'^build/', include('build.urls')), 4. Optional: Add the middleware to your project's settings.py file: MIDDLEWARE_CLASSES = ( ... 'build.middleware.BuildMiddleware', ... ) 5. Now proceded to configuration to configure your project. Requirements: · Python · Django


django-build Related Software