{ "info": { "author": "Mishbah Razzaque", "author_email": "mishbahx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "================\ndjango-staticgen\n================\n\n.. image:: http://img.shields.io/travis/mishbahr/django-staticgen.svg?style=flat-square\n :target: https://travis-ci.org/mishbahr/django-staticgen/\n\n.. image:: http://img.shields.io/pypi/v/django-staticgen.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-staticgen/\n :alt: Latest Version\n\n.. image:: http://img.shields.io/pypi/dm/django-staticgen.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-staticgen/\n :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/pyversions/django-staticgen.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-staticgen/\n :alt: Python Versions\n\n.. image:: http://img.shields.io/pypi/l/django-staticgen.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-staticgen/\n :alt: License\n\n.. image:: http://img.shields.io/coveralls/mishbahr/django-staticgen.svg?style=flat-square\n :target: https://coveralls.io/r/mishbahr/django-staticgen?branch=master\n\nPush your django powered site to Amazon S3.\n\n**WORK IN PROGRESS // NOT PRODUCTION READY.**\n\nDemo\n----\n\nLive Site: http://staticgen-demo.herokuapp.com\n\nStatic Site: http://staticgen-demo.s3-website-us-west-2.amazonaws.com\n\nSource code for demo: http://github.com/mishbahr/staticgen-demo\n\nQuickstart\n----------\n\n1. Install ``django-staticgen`` from PyPi::\n\n pip install django-staticgen\n\n2. Add ``staticgen`` to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'staticgen',\n ...\n )\n\n3. Migrate database::\n\n python manage.py migrate\n\n4. To publish your site on Amazon S3, you'll need to setup an AWS S3 bucket to host the website. Add the following details to your projects ``settings.py`` module::\n\n AWS_ACCESS_KEY_ID = 'AKIAIOSFODNN7EXAMPLE'\n AWS_SECRET_ACCESS_KEY = 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'\n AWS_STORAGE_BUCKET_NAME = 'staticgen-bucket'\n\n5. Finally, publishing your site to S3 is as simple as::\n\n python manage.py staticgen_publish\n\n\nCelery\n-------\n\nThis project requires ``celery>=3.1`` to be properly installed and configured.\n\nFor more information on using Celery with Django.\n\nSee: http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html\n\n\nTodo\n----\n\n* Cache Control\n* Gzip Compression\n* CloudFront distribution/invalidation", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mishbahr/django-staticgen", "keywords": "django-staticgen", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-staticgen", "package_url": "https://pypi.org/project/django-staticgen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-staticgen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mishbahr/django-staticgen" }, "release_url": "https://pypi.org/project/django-staticgen/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Push your django powered site to Amazon S3.", "version": "0.1.0" }, "last_serial": 1849307, "releases": { "0.1.0": [] }, "urls": [] }