{ "info": { "author": "Vadim Karpenko", "author_email": "j.rell@protonmail.com", "bugtrack_url": null, "classifiers": [], "description": "

Django-AB-project

\n

Here is my first package for Django. I tried to write it so that it would be easy for you to use this package.

\n\n

It provide four function in utils.py and some models in models.py.

\n

This would be easy to used this package with Generic views in Django, but this can be work properly in methods, just used another technic.

\n\n(You can read about Generic Views in Django here - https://docs.djangoproject.com/en/1.11/topics/class-based-views/)\n\n

How to install?

\n 1. Use pip to download this package - pip install django-AB-project\n
\n 2. Add 'ab', to INSTALLED_APPS in settings.py\n
\n 3. Configure your sessions - set in settings.py at the end of file (or where you want): \n
\n \u0412\u00a0\u0412\u00a0\u0412\u00a0\u0412\u00a0SESSION_EXPIRE_AT_BROWSER_CLOSE = True\n
\n \u0412\u00a0\u0412\u00a0\u0412\u00a0\u0412\u00a0SESSION_COOKIE_AGE = 60 * 60 * 24\n
\n In first line, if True sessions will be destroyed after browser close.\n In second case means sessions will be destroyed after 24 hours.\n
\n You can edit this lines if you need.\n
\n 4. Run python manage.py makemigrations, and python manage.py migrate\n
\n 5. Run server (python manage.py runserver) and go to the admin page. If you see new line named \"Ab_Split_Testing\" and can click on them without error page - Congratulation! You successfully installed this package.\n\n

How to use?

\n(Generic views version)\n

\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Vadim-Karpenko/django-AB-project", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-AB-project", "package_url": "https://pypi.org/project/django-AB-project/", "platform": "", "project_url": "https://pypi.org/project/django-AB-project/", "project_urls": { "Homepage": "https://github.com/Vadim-Karpenko/django-AB-project" }, "release_url": "https://pypi.org/project/django-AB-project/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Simple and easy-to-use project for A/B testing.", "version": "1.1.0" }, "last_serial": 3383311, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "f3ea073aaf2c26671d6787a631ec26be", "sha256": "95441320fabd76edb41482d3cccfde0b11458418aaa362a808ddb0ca0cc9a700" }, "downloads": -1, "filename": "django_AB_project-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f3ea073aaf2c26671d6787a631ec26be", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4939, "upload_time": "2017-11-17T17:26:27", "url": "https://files.pythonhosted.org/packages/b1/a5/5b76c8cb0635460e932f49262d0a27ceecf8f0b7e8e7eb46aadd59b6c73f/django_AB_project-1.0.1-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a23425c94e050d103f2c7914a9f45c73", "sha256": "66809cb91721f1fa2b282207286995c52b3ce6fbc5701128c53e044341dd3799" }, "downloads": -1, "filename": "django_AB_project-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a23425c94e050d103f2c7914a9f45c73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6478, "upload_time": "2017-12-02T22:42:00", "url": "https://files.pythonhosted.org/packages/d8/c4/077b5cc2faf74905d67c41186ea00c699e9939d44f11e1b5be0d54d194ff/django_AB_project-1.1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a23425c94e050d103f2c7914a9f45c73", "sha256": "66809cb91721f1fa2b282207286995c52b3ce6fbc5701128c53e044341dd3799" }, "downloads": -1, "filename": "django_AB_project-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a23425c94e050d103f2c7914a9f45c73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6478, "upload_time": "2017-12-02T22:42:00", "url": "https://files.pythonhosted.org/packages/d8/c4/077b5cc2faf74905d67c41186ea00c699e9939d44f11e1b5be0d54d194ff/django_AB_project-1.1.0-py2.py3-none-any.whl" } ] }