{ "info": { "author": "Esteban Castro Borsani", "author_email": "ecastroborsani@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Spirit-User-Profile\r\n \r\n Integrates Spirit user profile to your **existing** Django user model.\r\n \r\n ## What this does?\r\n \r\n This will insert some fields in your existing User Table that Spirit requires to work properly.\r\n \r\n ## How?\r\n \r\n I followed this [guide](http://django-authtools.readthedocs.org/en/latest/how-to/migrate-to-a-custom-user-model.html).\r\n If you don't want to have yet another installed app (this one), you can follow that guide yourself.\r\n Since I created all the migrations for you, you just need to run some commands and you are done.\r\n \r\n ## Why?\r\n \r\n The old way of joining with a profile table is going away in Django 1.7. This is not true, actually, the old `get_profile()` is going away.\r\n This is for a good reason, let's say you have 4 third-party apps, all using profiles, it would require 4 extra joins to get all the user data.\r\n \r\n Would not be easier/better to have all the fields in the same table?\r\n \r\n ## Dependencies\r\n \r\n * Spirit>=0.1.3\r\n * South\r\n \r\n ## Installing\r\n \r\n * Add `spirit_user_profile` to your `INSTALLED_APPS`\r\n * Add `south` to your `INSTALLED_APPS`\r\n * Add `AUTH_USER_MODEL = 'spirit_user_profile.User'` to your `settings.py`\r\n \r\n Run:\r\n \r\n python manage.py migrate --fake spirit_user_profile 0001\r\n python manage.py schemamigration --auto spirit_user_profile\r\n python manage.py migrate spirit_user_profile\r\n \r\n Follow the Spirit installation [guide](https://github.com/nitely/Spirit#installing-advanced).\r\n \r\n ## Copyright / License\r\n \r\n Copyright 2014 [Esteban Castro Borsani](https://github.com/nitely).\r\n \r\n Licensed under the [MIT License](https://github.com/nitely/Spirit/blob/master/LICENSE).\r\n \r\n Unless required by applicable law or agreed to in writing,\r\n software distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and limitations under the 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/nitely/Spirit-User-Profile", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-spirit-user-profile", "package_url": "https://pypi.org/project/django-spirit-user-profile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-spirit-user-profile/", "project_urls": { "Homepage": "https://github.com/nitely/Spirit-User-Profile" }, "release_url": "https://pypi.org/project/django-spirit-user-profile/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Integrate Spirit user profile to your existing project.", "version": "0.1.1" }, "last_serial": 1194496, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e0346508baeaab2df5a4e4377f9e02fe", "sha256": "4fe1b84f78155148afefe2ffddaf006d142bbed5a39d85725bfbb589a458e29f" }, "downloads": -1, "filename": "django-Spirit-User-Profile-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e0346508baeaab2df5a4e4377f9e02fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3800, "upload_time": "2014-08-18T18:55:00", "url": "https://files.pythonhosted.org/packages/ac/d4/ba65849c747e4e73aa3f9c747770f100c2c414b55b3dd89e30806b975825/django-Spirit-User-Profile-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1138e3fb0fb0fb119f2c0c67a4c675ab", "sha256": "a37f5a24adc53ab9c42fb5dc39441daf2e37532995380da03e4059cb9b35281c" }, "downloads": -1, "filename": "django-spirit-user-profile-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1138e3fb0fb0fb119f2c0c67a4c675ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2014-08-18T20:07:28", "url": "https://files.pythonhosted.org/packages/3b/44/1e9227eb33d1fa8cbbd5ced5eaef0737746f68b0cf507f2e800b97476a5b/django-spirit-user-profile-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1138e3fb0fb0fb119f2c0c67a4c675ab", "sha256": "a37f5a24adc53ab9c42fb5dc39441daf2e37532995380da03e4059cb9b35281c" }, "downloads": -1, "filename": "django-spirit-user-profile-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1138e3fb0fb0fb119f2c0c67a4c675ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2014-08-18T20:07:28", "url": "https://files.pythonhosted.org/packages/3b/44/1e9227eb33d1fa8cbbd5ced5eaef0737746f68b0cf507f2e800b97476a5b/django-spirit-user-profile-0.1.1.tar.gz" } ] }