{ "info": { "author": "Yavuz Unver", "author_email": "yvzunver@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "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": "=====================\ndjango-weeklycalendar\n=====================\n\ndjango-weeklycalendar is a simple calendar that keep activities and publish it to people in weekly form.\n\nQuick Start\n-----------\n\n1. Install django-weeklycalendar\n \n pip install django-weeklycalendar\n \n2. Add django-weeklycalendar to your INSTALLED_APPS in setting.py\n\n INSTALLED_APPS = [\n ...\n 'django-weeklycalendar',\n ]\n \n3. Include the polls URLconf in your project urls.py\n path('calendar', include(\"Calendar.urls\"))\n \n4. Make migrations\n ./manage.py makemigrations\n ./manage.py migrate\n \n5. Start your project and test app\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yvznvr/WeeklyCalendar", "keywords": "", "license": "GPL License", "maintainer": "", "maintainer_email": "", "name": "django-weeklycalendar", "package_url": "https://pypi.org/project/django-weeklycalendar/", "platform": "", "project_url": "https://pypi.org/project/django-weeklycalendar/", "project_urls": { "Homepage": "https://github.com/yvznvr/WeeklyCalendar" }, "release_url": "https://pypi.org/project/django-weeklycalendar/0.1/", "requires_dist": null, "requires_python": "", "summary": "Weekly Calendar for Django", "version": "0.1" }, "last_serial": 4288926, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "977198ed9441f7944c5c7dbb89a48673", "sha256": "054c336a93e4eab6728ef9a1151bd962eaa661d6882b25eb7f7aca78f68ee3eb" }, "downloads": -1, "filename": "django-weeklycalendar-0.1.tar.gz", "has_sig": false, "md5_digest": "977198ed9441f7944c5c7dbb89a48673", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 443404, "upload_time": "2018-09-19T15:06:29", "url": "https://files.pythonhosted.org/packages/cd/ba/b51ce2ba77f13b86cab76a4cc5b6d57c98f54c3232864280ffae4dbdc058/django-weeklycalendar-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "977198ed9441f7944c5c7dbb89a48673", "sha256": "054c336a93e4eab6728ef9a1151bd962eaa661d6882b25eb7f7aca78f68ee3eb" }, "downloads": -1, "filename": "django-weeklycalendar-0.1.tar.gz", "has_sig": false, "md5_digest": "977198ed9441f7944c5c7dbb89a48673", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 443404, "upload_time": "2018-09-19T15:06:29", "url": "https://files.pythonhosted.org/packages/cd/ba/b51ce2ba77f13b86cab76a4cc5b6d57c98f54c3232864280ffae4dbdc058/django-weeklycalendar-0.1.tar.gz" } ] }