{ "info": { "author": "Ryan Balfanz", "author_email": "ryan@ryanbalfanz.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-launch-page\n==================\n\nA launch page for a Django project to collect e-mail addresses and more.\n\nMaster Build Status\n-------------------\n\n[![Build Status](https://travis-ci.org/RyanBalfanz/django-launch-page.png?branch=master)](https://travis-ci.org/RyanBalfanz/django-launch-page)\n\nDevelop Build Status\n--------------------\n\n[![Build Status](https://travis-ci.org/RyanBalfanz/django-launch-page.png?branch=develop)](https://travis-ci.org/RyanBalfanz/django-launch-page)\n\n\nInstalling `launch_page` to you Django project will give you a simple teaser page for collecting e-mail addresses, names, and IP addresses.\n\nThe IP address can be geolocated with GeoIP. For more information, see the GeoIP documentation.\n\nInstallation\n------------\n\nInstall from PyPI:\n\n\tpip install django-launch-page\n\nAdd `launch_page` to your `INSTALLED_APPS`:\n\n\tINSTALLED_APPS = (\n\t\t...\n\t\t'launch_page',\n\t)\n\nInclude the `launch_page` URLconf in your project urls.py like this:\n\n\turlpatterns = patterns('',\n\t\t...\n\t\turl(r'^launch_page/', include('launch_page.urls')),\n\t)\n\nor, bind it to the root domain:\n\n\tfrom launch_page.urls import launch_page_urlpatterns\n\turlpatterns += launch_page_urlpatterns\n\n\nMigrate the application:\n\n\tpython manage.py migrate launch_page\n\nThe use of custom templates is similar to overriding admin templates.\n\nContributing\n------------\n\nCreate a new virtualenv:\n\n\tmkvirtualenv \n\nFirst, set some environment variables:\n\n\texport DJANGO_SETTINGS_MODULE=example_project.settings.local\n\texport DJANGO_DEBUG=true # Or unset DJANGO_DEBUG to disable\n\texport DJANGO_SECRET_KEY='your_secret_key'\n\nAdd the repository root to your `PYTHONPATH`\n\n\texport PYTHONPATH=`pwd`:$PYTHONPATH\n\nor, create a new build and install it to your virtualenv\n\n\tmake release\n\tcd dist/\n\ttar -xzvf django-launch-page-\n\tcd django-launch-page-/\n\tpython setup.py install\n\nRun the example project with either Foreman or the devserver\n\n\tforeman start\n\tpython example_project/manage.py runserver\n\nTesting across multiple Python versions is support with tox. To run the tests with tox:\n\n\tmake test_tox\n\n[GeoIP]: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geoip/\n[tox]: http://tox.readthedocs.org/en/latest/\n[Overriding admin templates]: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/RyanBalfanz/django-launch-page", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-launch-page", "package_url": "https://pypi.org/project/django-launch-page/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-launch-page/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/RyanBalfanz/django-launch-page" }, "release_url": "https://pypi.org/project/django-launch-page/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "django-launch-page\n\nA launch page for a Django project to collect e-mail addresses and more.", "version": "0.1.1" }, "last_serial": 768720, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "43f39688905afefb4a7d4936077c509b", "sha256": "3b78b98d926884536c298871a6dc9105806af7b5f3965395f9e3bce55fff5198" }, "downloads": -1, "filename": "django-launch-page-0.1.0.tar.gz", "has_sig": false, "md5_digest": "43f39688905afefb4a7d4936077c509b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5916, "upload_time": "2013-03-17T08:02:20", "url": "https://files.pythonhosted.org/packages/64/3d/c2abc6f05e48d78ff3500808fe90403d8daaf1d3a5f7923fafd58e740feb/django-launch-page-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0c5719d11df6181470aaa85db6858fe5", "sha256": "9b07aa88ce4ab2d7d8a46ac76e7dde2c4ac6e03b1eeb296409dafd553ba34c49" }, "downloads": -1, "filename": "django-launch-page-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0c5719d11df6181470aaa85db6858fe5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7473, "upload_time": "2013-03-18T00:24:11", "url": "https://files.pythonhosted.org/packages/db/c7/01829a68668afb02c1052c788999061aad785d2a67191bf48a590c999b8a/django-launch-page-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c5719d11df6181470aaa85db6858fe5", "sha256": "9b07aa88ce4ab2d7d8a46ac76e7dde2c4ac6e03b1eeb296409dafd553ba34c49" }, "downloads": -1, "filename": "django-launch-page-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0c5719d11df6181470aaa85db6858fe5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7473, "upload_time": "2013-03-18T00:24:11", "url": "https://files.pythonhosted.org/packages/db/c7/01829a68668afb02c1052c788999061aad785d2a67191bf48a590c999b8a/django-launch-page-0.1.1.tar.gz" } ] }