{ "info": { "author": "Django Girls", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-girls\n============\n\nThis is a simple package that simply requires the following packages:\n\n - django\n - gunicorn\n - dj-database-url\n - dj-static\n\nHowever, in order to deploy into Heroku, we would also need a packaged called\n\"psycopg\".\n\nSo after virtual environment activation we need to run::\n\n pip install django-girls\n\nThen::\n\n pip freeze > requirements.txt\n\nAnd at least add \"psycopg2\" package manually by adding a file to the\nrequirements.txt file. Open file \"requirements.txt\" and a line at the end of it::\n\n psycopg2==2.5.3", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-girls", "package_url": "https://pypi.org/project/django-girls/", "platform": "any", "project_url": "https://pypi.org/project/django-girls/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-girls/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Set of packages that allows to deploy into heroku (without local PosgreSQL database)", "version": "0.0.1" }, "last_serial": 1164346, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4f4a4145ccea3ce7810f3c4c5075fa79", "sha256": "e3ae76ea577534dba2e181674a9c6690d4a1b61ab5b919a85a61902e4e8b48e4" }, "downloads": -1, "filename": "django-girls-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4f4a4145ccea3ce7810f3c4c5075fa79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1467, "upload_time": "2014-07-21T14:42:38", "url": "https://files.pythonhosted.org/packages/ab/e1/f392e43d0f465a790b0d169cb6a0fbcabfa0d1b1b15cd0d13fbf6449e3bd/django-girls-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f4a4145ccea3ce7810f3c4c5075fa79", "sha256": "e3ae76ea577534dba2e181674a9c6690d4a1b61ab5b919a85a61902e4e8b48e4" }, "downloads": -1, "filename": "django-girls-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4f4a4145ccea3ce7810f3c4c5075fa79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1467, "upload_time": "2014-07-21T14:42:38", "url": "https://files.pythonhosted.org/packages/ab/e1/f392e43d0f465a790b0d169cb6a0fbcabfa0d1b1b15cd0d13fbf6449e3bd/django-girls-0.0.1.tar.gz" } ] }