{ "info": { "author": "Bhojram pawar", "author_email": "bhojrampawar@hotmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "## Djangohome : Django Reusable app to design Home Page.\n\n**Djangohome** is a **Reusable Django app** which provides a full features to design homepage. The Djangohome's Model is rich features and powerful enough to start a **Blog** and **News website**, without installation of any 3rd party packages.\n___\n\n## Installation :\nYou can install **Djangohome** from PyPI using **pip**.\n\n``` pip install djangohome ```\n___\n\n## Configuration :\n***1. Open the ```settings.py``` module of your project folder, And put djangopost into ```INSTALLED_APPS```.***\n```python\nINSTALLED_APPS = (\n ...\n 'djangohome',\n ...\n)\n```\n\n***2. Open the ```urls.py``` module of your project folder, And include djangopost URLs.***\n```python\nurlpatterns = [\n ...\n re_path(r'^', include('djangohome.urls', namespace='djangohome')),\n ...\n]\n```\n\n***3. Setup the Templates for djangoadmin.***\n>> ***Important Note***: Djangohome App is a part of Djangoengine project. And if you want to access UI part of Djangohome App, You need to configure some Reusable/global templates to your django project or you can create your own templates, It's very easy.\n```python\nTEMPLATES = [\n ...\n ...\n 'DIRS': [os.path.join(BASE_DIR, 'templates'),],\n ...\n ...\n]\n```\n\nCreate the ```templates``` folder inside ```BASE_DIR``` and Then create ```djangoadmin``` folders inside the templates folder.\nThen [download](https://www.dropbox.com/sh/na4tzfewub5mhe5/AABmyPHZ3KFZSpC7lH9Uvl5Ya?dl=0) the djangoadmin templates and put them inside the ```djangoadmin``` folder.\n\n***4. Static files configuration.***\nOpen your ```settings.py``` module and Configure Static files and media files or you can can use your own configuration.\n```python\nSTATIC_URL = '/static/'\nSTATICFILES_DIRS = (os.path.join(BASE_DIR, 'static-local'),)\nSTATIC_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'static-root', 'static')\n\nMEDIA_URL = '/media/'\nMEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'static-root', 'media')\n```\n\nCreate the ```static-local``` folder inside ```BASE_DIR```, Then create ```djangoadmin``` folders inside that ```static-local``` folder.\nAnd also [download](https://www.dropbox.com/sh/1jjul5c7kauas3o/AACeEf_OqpnzTe_iqK-r3SNMa?dl=0) the djangoadmin static files and put them inside the ```djangoadmin``` folder.\n___\n\n## Complete the Djangopost setup by running the following command in sequence.\n```python\npython manage.py makemigrations\npython manage.py migrate\npython manage.py collectstatic\npython manage.py runserver\n```\n___\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bhojrampawar/djangohome", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "djangohome", "package_url": "https://pypi.org/project/djangohome/", "platform": "", "project_url": "https://pypi.org/project/djangohome/", "project_urls": { "Homepage": "https://github.com/bhojrampawar/djangohome" }, "release_url": "https://pypi.org/project/djangohome/1.0.1/", "requires_dist": [ "Django", "djangorestframework", "Pillow", "djangorestframework-simplejwt" ], "requires_python": "", "summary": "Djangohome: Django Reusable app to design Home Page.", "version": "1.0.1" }, "last_serial": 5749368, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "cfb5203ee6207db6b532746d83ac7ee3", "sha256": "4b825971a090fbf15eb12343eb4c67bfbb041e0e3fb36e1fe1ee5a8d93aad7ef" }, "downloads": -1, "filename": "djangohome-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cfb5203ee6207db6b532746d83ac7ee3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6528, "upload_time": "2019-07-17T10:00:31", "url": "https://files.pythonhosted.org/packages/c6/dd/a7d4d519cf6e5f330b25432d1f06b49c71d1e1414cd00a3a12e43697f1ca/djangohome-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abc43da8b6192d6ca0598f0580e40405", "sha256": "36b1527fe85493e681077741c1f2dffc5283b428affb0fc6503f8a18be765f91" }, "downloads": -1, "filename": "djangohome-1.0.0.tar.gz", "has_sig": false, "md5_digest": "abc43da8b6192d6ca0598f0580e40405", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4495, "upload_time": "2019-07-17T10:00:34", "url": "https://files.pythonhosted.org/packages/6b/03/1a7d21b7bb0b2542bc2ad9c4885047d384089e5f523f0dbbb46fbb758c81/djangohome-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2c91e80b1aedd104e8c7897cef14d7ed", "sha256": "3aabf283dda11efcd202f9124d5812fd91d0f16816878b69bb6e20cf6e0de83e" }, "downloads": -1, "filename": "djangohome-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2c91e80b1aedd104e8c7897cef14d7ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6528, "upload_time": "2019-08-29T06:41:38", "url": "https://files.pythonhosted.org/packages/31/60/45ad7f8cc286e1f8321dbcb4b3e32f7903ca5388a33b5ee12bd53967a53e/djangohome-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8883922b4c0e73e9e78c862fdd2c60fb", "sha256": "4705bdf306d9701e368602619901a2e3665d9dce5a4bc2461a9fc544b413e716" }, "downloads": -1, "filename": "djangohome-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8883922b4c0e73e9e78c862fdd2c60fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4505, "upload_time": "2019-08-29T06:41:40", "url": "https://files.pythonhosted.org/packages/7e/5f/cf2fcf7a83a3d969bef52c3b9589ba01667918c4452f6159d8fef0efbaac/djangohome-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c91e80b1aedd104e8c7897cef14d7ed", "sha256": "3aabf283dda11efcd202f9124d5812fd91d0f16816878b69bb6e20cf6e0de83e" }, "downloads": -1, "filename": "djangohome-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2c91e80b1aedd104e8c7897cef14d7ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6528, "upload_time": "2019-08-29T06:41:38", "url": "https://files.pythonhosted.org/packages/31/60/45ad7f8cc286e1f8321dbcb4b3e32f7903ca5388a33b5ee12bd53967a53e/djangohome-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8883922b4c0e73e9e78c862fdd2c60fb", "sha256": "4705bdf306d9701e368602619901a2e3665d9dce5a4bc2461a9fc544b413e716" }, "downloads": -1, "filename": "djangohome-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8883922b4c0e73e9e78c862fdd2c60fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4505, "upload_time": "2019-08-29T06:41:40", "url": "https://files.pythonhosted.org/packages/7e/5f/cf2fcf7a83a3d969bef52c3b9589ba01667918c4452f6159d8fef0efbaac/djangohome-1.0.1.tar.gz" } ] }