{ "info": { "author": "Chris Schur", "author_email": "chris.schur@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "######\nREADME\n######\n\nTwitter Bootstrap templates for `django-contact-form\n`_.\n\n\nRequirements\n============\n\n* Python 2.7 or >=3.3.\n* Django >=1.6\n\n\nInstallation\n============\n\nInstallation via::\n\n pip install django-contact-form-bootstrap==0.1a1\n\nThe templates extend ``base.html``, so the ``templates`` folder of the\nproject should provide one, together with the Twitter Bootstrap and a JQuery\nlibrary.\n\nThen add ``'bootstrapform'`` and ``'contact_form_bootstrap'`` to\n``INSTALLED_APPS``, *before* ``'contact_form'``. The order is important\nbecause following apps are overwritten::\n\n INSTALLED_APPS = (\n # ...\n 'django.contrib.sites', # For ``contact_form``.\n\n 'bootstrapform',\n 'contact_form_bootstrap',\n 'contact_form',\n # ...\n )\n\nFor ``contact_form`` itself, remember to add the following settings::\n\n SITE_ID = 1\n\n\nExample Project\n===============\n\nThe example project can be run to have a quick look and to check out a\nrunning setup. Download the source files and run::\n\n virtualenv -p /usr/bin/python3 ~/myenv\n source ~/myenv/bin/activate\n pip install -r requirements.txt\n ./manage.py migrate\n ./manage.py runserver\n\n\nCustomization\n=============\n\nTo use custom templates, there are two ways to accomplish that:\n\n1. Overwrite a template at ``templates/contact_form`` to replace them completely.\n2. Inherit a template from ``templates/contact_form`` to overwrite only one or\n more of its blocks. Defining a custom URL pointing at the custom template is\n necessary then.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cschur/django-contact-form-bootstrap", "keywords": "django,contact,Twitter,Bootstrap,website", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-contact-form-bootstrap", "package_url": "https://pypi.org/project/django-contact-form-bootstrap/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-contact-form-bootstrap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/cschur/django-contact-form-bootstrap" }, "release_url": "https://pypi.org/project/django-contact-form-bootstrap/0.1a1/", "requires_dist": null, "requires_python": null, "summary": "Twitter Bootstrap Layout for Django Contact Form", "version": "0.1a1" }, "last_serial": 1560685, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "9b5b8c8f5131ecd4834d5ff38144c5e6", "sha256": "10543ce8e60f4f1129c929598ab2a34ab8d083962ccf41336c747eef86fa80ed" }, "downloads": -1, "filename": "django-contact-form-bootstrap-0.1a1.tar.gz", "has_sig": false, "md5_digest": "9b5b8c8f5131ecd4834d5ff38144c5e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4905, "upload_time": "2015-05-24T20:48:01", "url": "https://files.pythonhosted.org/packages/b0/96/42dab50018442996af6d9b2b548ff745f87b743e642ef794d43e79efdf38/django-contact-form-bootstrap-0.1a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b5b8c8f5131ecd4834d5ff38144c5e6", "sha256": "10543ce8e60f4f1129c929598ab2a34ab8d083962ccf41336c747eef86fa80ed" }, "downloads": -1, "filename": "django-contact-form-bootstrap-0.1a1.tar.gz", "has_sig": false, "md5_digest": "9b5b8c8f5131ecd4834d5ff38144c5e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4905, "upload_time": "2015-05-24T20:48:01", "url": "https://files.pythonhosted.org/packages/b0/96/42dab50018442996af6d9b2b548ff745f87b743e642ef794d43e79efdf38/django-contact-form-bootstrap-0.1a1.tar.gz" } ] }