{ "info": { "author": "Mario C\u00e9sar Se\u00f1oranis Ayala", "author_email": "mariocesar@creat1va.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "|logo| |travis| |pypi| |coverage|\n\nCreate your landing page with all the common features: A release date counter,\nemail subscribers, social integration, segmentation, etc.\n\nFeatures\n========\n\n* Based on bootstrap3.\n* Integrate it easily with your existing project.\n* Customize your landing page using your own templates.\n* Email newsletters, collect subscriber and send them newsletter from the django administration interface.\n* Not online yet? Easy render a countdown.\n* Integrate with as a `Django-CMS`_ plugins.\n* Easy to use templates to enable Social Integration.\n* Segmentate your landing page by using tags.\n* Easy to extend form from settings.\n* Not enough for you? All views are Class Based Views and can be used in your project with out registering the default urls.\n\nHow to Install\n==============\n\nGet the code\n------------\n\nGetting the code for the latest stable release use `pip`. ::\n\n $ pip install django-rocket\n\nInstall in your project\n-----------------------\n\nThen register `django_rocket`, in the `INSTALLED_APPS` section of\nyour project's settings. ::\n\n INSTALLED_APPS = (\n 'django.contrib.auth',\n 'django.contrib.admin',\n 'django.contrib.sites',\n 'django.contrib.comments',\n 'django.contrib.sessions',\n 'django.contrib.messages',\n 'django.contrib.contenttypes',\n\n 'django_rocket',\n )\n\nAdd at these following lines to your project's urlpatterns in the last position\nto enable the landing page. ::\n\n url(r'^', include('django_rocket.urls')),\n\nRemember to enable the `django.contrib.admin` site in the urls.py of\nyour project if you haven't done it yet for having the edition capabilities.\n\nSyncing the database\n--------------------\n\nNow that you have everything set up, simply run the following in your\nproject directory to sync the models with the database. ::\n\n $ python manage.py syncdb\n\nIf you are using South to manage your database, you will have to do the\nfollowing. ::\n\n $ python manage.py syncdb --migrate\n\nFor more detailed documentation go to http://django-rocket.readthedocs.org/\n\n|bitdeli|\n\n\n.. |logo| image:: https://raw.github.com/mariocesar/django-rocket/master/logo.png\n\n.. |travis| image:: https://travis-ci.org/mariocesar/django-rocket.png?branch=master\n :target: https://travis-ci.org/mariocesar/django-rocket\n\n.. |pypi| image:: https://badge.fury.io/py/django-rocket.png\n :target: http://badge.fury.io/py/django-rocket\n\n.. |coverage| image:: https://coveralls.io/repos/mariocesar/django-rocket/badge.png\n :target: https://coveralls.io/r/mariocesar/django-rocket\n\n.. |bitdeli| image:: https://d2weczhvl823v0.cloudfront.net/mariocesar/django-rocket/trend.png\n :target: https://bitdeli.com/free\n :alt: Bitdeli Badge\n\n.. _`Django-CMS`: http://django-rocket.readthedocs.org/en/latest/getting-started/configuration.html#django-cms", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/django-rocket", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mariocesar/django-rocket", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-rocket", "package_url": "https://pypi.org/project/django-rocket/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-rocket/", "project_urls": { "Download": "https://pypi.python.org/pypi/django-rocket", "Homepage": "https://github.com/mariocesar/django-rocket" }, "release_url": "https://pypi.org/project/django-rocket/1.4/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.4" }, "last_serial": 1505529, "releases": { "1.2": [], "1.3": [ { "comment_text": "", "digests": { "md5": "3211f71e06750f6b6ad70bc622d895cd", "sha256": "26ae80d3d47a0353155be5e46cbae71b22bea47fc9227c78938453da740c0a80" }, "downloads": -1, "filename": "django_rocket-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3211f71e06750f6b6ad70bc622d895cd", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 11472, "upload_time": "2015-04-14T21:51:27", "url": "https://files.pythonhosted.org/packages/60/ad/cc31f88dbebd396f4eb944c3c5f14c84b05dd21a2a452a3bd7915a5bb862/django_rocket-1.3-py2.py3-none-any.whl" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "e60073955d90a07113484b8543808158", "sha256": "a1e8ed640fcf42021b59292bcb9af565d2ac5c55b981ed6f815ead954a58ec2f" }, "downloads": -1, "filename": "django_rocket-1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e60073955d90a07113484b8543808158", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 13565, "upload_time": "2015-04-14T22:07:23", "url": "https://files.pythonhosted.org/packages/ce/98/ec1197fac1f443af6418bd058b4c0551fa040ab835111bf9e790d09f8359/django_rocket-1.4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e60073955d90a07113484b8543808158", "sha256": "a1e8ed640fcf42021b59292bcb9af565d2ac5c55b981ed6f815ead954a58ec2f" }, "downloads": -1, "filename": "django_rocket-1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e60073955d90a07113484b8543808158", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 13565, "upload_time": "2015-04-14T22:07:23", "url": "https://files.pythonhosted.org/packages/ce/98/ec1197fac1f443af6418bd058b4c0551fa040ab835111bf9e790d09f8359/django_rocket-1.4-py2.py3-none-any.whl" } ] }