{ "info": { "author": "Mustafa S", "author_email": "AmmsA@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\ndjango-resumator\n=====\n|pypi| |travis|\n\n\ndjango-resumator is a lightwight app to create web-based resumes. Please visit `theresumator`_ for a django project that uses it. \n\n\n\ninstallation\n-----------\n \n pip install django-resumator\n\nor\n\n python setup.py install\n\nQuick start\n-----------\n\n1. Add \"resumator\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'resumator',\n )\n\n2. Add the following to your setting.py::\n\n MEDIA_ROOT = os.path.join(BASE_DIR, 'media')\n MEDIA_URL = '/'\n\n2. Include the resumator URLconf in your project urls.py and add MEDIA URL to urlpatterns like this::\n\n from django.conf import settings\n from django.conf.urls.static import static\n \n urlpatterns = [\n ...\n url(r'^resume/', include('resumator.urls')),\n ...\n ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)\n\n\n3. Run `python manage.py migrate` to create the resumator models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to modify your basic information model and edit your resume (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/resume/ to see your resume.\n\n\nContributing\n-----------\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\nLicense\n-----------\n\nAll parts of theresumator are free to use and abuse under the `open-source MIT license`_.\n\n.. |pypi| image:: https://badge.fury.io/py/django-resumator.svg\n :target: https://badge.fury.io/py/django-resumator\n.. |travis| image:: https://travis-ci.org/AmmsA/django-resumator.svg?branch=master\n :alt: Build Status - master branch\n :target: https://travis-ci.org/AmmsA/django-resumator\n.. _`theresumator`: https://github.com/AmmsA/theresumator\n.. _`open-source MIT license`: https://github.com/AmmsA/django-resumator/blob/master/LICENSE", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AmmsA/django-resumator", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-resumator", "package_url": "https://pypi.org/project/django-resumator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-resumator/", "project_urls": { "Homepage": "https://github.com/AmmsA/django-resumator" }, "release_url": "https://pypi.org/project/django-resumator/1.1.6/", "requires_dist": null, "requires_python": "", "summary": "A lightweight Django app to create Web-based resumes.", "version": "1.1.6" }, "last_serial": 1828885, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "10150dce65011ba96655fcd3f57b92bb", "sha256": "605a4fd15794c9309328e7a8d65274e9f02bcd6e0f41608f812ed289d8d34dc3" }, "downloads": -1, "filename": "django-resumator-1.0.tar.gz", "has_sig": false, "md5_digest": "10150dce65011ba96655fcd3f57b92bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14787, "upload_time": "2015-11-12T03:16:39", "url": "https://files.pythonhosted.org/packages/f5/7a/8def4c77ef4efc6910d3f16d481ee6f01203358e755c1568f6afb0abb191/django-resumator-1.0.tar.gz" } ], "1.1": [], "1.1.1": [ { "comment_text": "", "digests": { "md5": "26e21e7ad9c44972b739bb0fe14840f0", "sha256": "7a374d81669dc555890850dbe8c839da6b0a4857a236dadee2463f311f30ce6d" }, "downloads": -1, "filename": "django-resumator-1.1.1.tar.gz", "has_sig": false, "md5_digest": "26e21e7ad9c44972b739bb0fe14840f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15039, "upload_time": "2015-11-19T05:59:11", "url": "https://files.pythonhosted.org/packages/f5/5e/a65aa26b39773eb51294935eaeb63cab654bfeb9e031929c820923edfa45/django-resumator-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "ca50027aa788d649382564fefea2b06b", "sha256": "e6dc5f5f106f9414eca910beba2d1f00362dcd0efa4bb5ae3430b60d56f86852" }, "downloads": -1, "filename": "django-resumator-1.1.2.tar.gz", "has_sig": false, "md5_digest": "ca50027aa788d649382564fefea2b06b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21182, "upload_time": "2015-11-21T12:03:24", "url": "https://files.pythonhosted.org/packages/0a/21/755650cb79336fe94f40b805407cbedb23b4e86b536364cf6ec1f1c3f512/django-resumator-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "2399ba38aeee46c97f33071dcb6a0afe", "sha256": "127eaf008f6fa7f6b9118634e78e8368323f65f0ac478f939c5a7ce30315d819" }, "downloads": -1, "filename": "django-resumator-1.1.3.tar.gz", "has_sig": false, "md5_digest": "2399ba38aeee46c97f33071dcb6a0afe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21169, "upload_time": "2015-11-21T21:31:35", "url": "https://files.pythonhosted.org/packages/ee/c1/3ad8cdb78351e5fd611ec0ae5c486e7d43a17fbe08b9aad49f943fdd278a/django-resumator-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "9ea8389f7b1b57cd46350b94528c59fe", "sha256": "a5c28e4fd1503c0cf059923618ec7db670374d3f2322dcd7ec49aaac9ab9a49f" }, "downloads": -1, "filename": "django-resumator-1.1.4.tar.gz", "has_sig": false, "md5_digest": "9ea8389f7b1b57cd46350b94528c59fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17917, "upload_time": "2015-11-23T04:05:30", "url": "https://files.pythonhosted.org/packages/91/c8/ae21e0936c92eed58a82b54ef25016b0e648f2e79b2134407766492a5de2/django-resumator-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "b0983d62326e82fed42b0be014c20002", "sha256": "978e592f7812864ae309ae20946fbd61bf5bae3714bfba3d77557c02e3ea3242" }, "downloads": -1, "filename": "django-resumator-1.1.5.tar.gz", "has_sig": false, "md5_digest": "b0983d62326e82fed42b0be014c20002", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17871, "upload_time": "2015-11-23T04:20:01", "url": "https://files.pythonhosted.org/packages/68/83/6272c81a6479393192c8857424d4d26f23507bec4bd98539efadc7b191c0/django-resumator-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "f5e784043bd7cbaf374dfb36a812e26d", "sha256": "0c21548ffb1b7b9c0be81965c9230ca9cc0d3732068c971e920d1b5cd5f98401" }, "downloads": -1, "filename": "django-resumator-1.1.6.tar.gz", "has_sig": false, "md5_digest": "f5e784043bd7cbaf374dfb36a812e26d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17869, "upload_time": "2015-11-23T06:32:10", "url": "https://files.pythonhosted.org/packages/ef/89/bd8c2feb721a118f8f998c9716c4a8ba7a863bdffa13ea0206395ac62d09/django-resumator-1.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5e784043bd7cbaf374dfb36a812e26d", "sha256": "0c21548ffb1b7b9c0be81965c9230ca9cc0d3732068c971e920d1b5cd5f98401" }, "downloads": -1, "filename": "django-resumator-1.1.6.tar.gz", "has_sig": false, "md5_digest": "f5e784043bd7cbaf374dfb36a812e26d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17869, "upload_time": "2015-11-23T06:32:10", "url": "https://files.pythonhosted.org/packages/ef/89/bd8c2feb721a118f8f998c9716c4a8ba7a863bdffa13ea0206395ac62d09/django-resumator-1.1.6.tar.gz" } ] }