{ "info": { "author": "JR Minnaar", "author_email": "jr.minnaar+pypi@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "========\nFactBook\n========\n\nFactBook is a simple Django app to store facts about the world. The initial\nfocus was to have an app for keeping up-to-date country and currency\ninformation. Future plans extend to forex conversion, street adress look\nand measurement conversions.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"factbook\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'fact_book',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^fact_book/', include('fact_book.urls')),\n\n3. Run `python manage.py migrate` to create the fact_book models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a poll (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/fact_book/ to get an overview.\n\n\nDevelopment\n-----------\n\n1. Clone this repository::\n\n git clone https://github.com/obitec/django-factbook\n cd django-factbook\n\n1. Create a python virtual environment and activate::\n\n python -m venv venv\n source venv/bin/activate\n\n2. Update pip and install development dependencies::\n\n pip install -U pip\n pip install -r tests/requirements.txt\n\n3. Build the app and documentation::\n\n invoke build --docs\n\n4. Create a pull request :-)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.obitec.co.za/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-factbook", "package_url": "https://pypi.org/project/django-factbook/", "platform": "", "project_url": "https://pypi.org/project/django-factbook/", "project_urls": { "Homepage": "http://www.obitec.co.za/" }, "release_url": "https://pypi.org/project/django-factbook/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to look up facts about the world.", "version": "0.4.0" }, "last_serial": 5730288, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "e503a0c584b3c3155a8ac3cc2504e18a", "sha256": "77f362e3e1f2d91f8d7d9a9a1e0904856eb40a815d94b7709f3a3dd941dc8827" }, "downloads": -1, "filename": "django_factbook-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e503a0c584b3c3155a8ac3cc2504e18a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21686, "upload_time": "2019-08-26T11:31:38", "url": "https://files.pythonhosted.org/packages/97/d7/563d9b724ce1653ff608bfbf52d1108428d105698eb52d4404502d1a557d/django_factbook-0.4.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e503a0c584b3c3155a8ac3cc2504e18a", "sha256": "77f362e3e1f2d91f8d7d9a9a1e0904856eb40a815d94b7709f3a3dd941dc8827" }, "downloads": -1, "filename": "django_factbook-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e503a0c584b3c3155a8ac3cc2504e18a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21686, "upload_time": "2019-08-26T11:31:38", "url": "https://files.pythonhosted.org/packages/97/d7/563d9b724ce1653ff608bfbf52d1108428d105698eb52d4404502d1a557d/django_factbook-0.4.0-py3-none-any.whl" } ] }