ansaotuvi-website


Nameansaotuvi-website JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/hieudo-ursa/ansaotuvi-website
SummaryA small example package
upload_time2023-12-10 04:23:09
maintainer
docs_urlNone
authorhieu.do
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements Django lasotuvi pytz six typed-ast
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Mã nguồn mở chương trình an sao Tử vi ansaotuvi
===========================================

This is a wrapper of ansaotuvi into django application.


1. Create virtual environment and activate it

* `pip install virtualenv`

* `virtualenv .env`

* If you are *nix users

`source .env/bin/activate`

* if you are Window users, just type

`.env/Scripts/activate.bat` and make sure you are working on command prompt (cmd.exe) not PowerShell


2. Now you are working on the virtual environment

* If you do not have Django project, go and install django and ansaotuvi applications

`pip install django ansaotuvi_website`

* If you have django project already, just install the ansaotuvi_website application

`pip install ansaotuvi_website`

3. Add the `ansaotuvi_website` application to your INSTALLED_APPS
by adding 

```
# settings.py
INSTALLED_APPS = [
    # Your others applications 
    'ansaotuvi_website',
]
```

4. Add router to the `urls.py`

```
# urls.py
from django.urls import path, include

urlpatterns = [
    # ....
    path('ansaotuvi/', include('ansaotuvi_website.urls'))
]

```


Here is a tutorial to show you how to add ansaotuvi app into a django project.

[![Tutorial](http://i.vimeocdn.com/video/717548888_640.jpg)](https://vimeo.com/283303258 "Tutorial")

Hope this help!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hieudo-ursa/ansaotuvi-website",
    "name": "ansaotuvi-website",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "hieu.do",
    "author_email": "\"hieu.do\" <hieu.do@ursa.vn>",
    "download_url": "https://files.pythonhosted.org/packages/ea/26/eab2eaad905cc739c37dd2e11ed899ff4e833117ad28503873fc6b931e93/ansaotuvi_website-0.1.6.tar.gz",
    "platform": null,
    "description": "M\u00e3 ngu\u1ed3n m\u1edf ch\u01b0\u01a1ng tr\u00ecnh an sao T\u1eed vi ansaotuvi\n===========================================\n\nThis is a wrapper of ansaotuvi into django application.\n\n\n1. Create virtual environment and activate it\n\n* `pip install virtualenv`\n\n* `virtualenv .env`\n\n* If you are *nix users\n\n`source .env/bin/activate`\n\n* if you are Window users, just type\n\n`.env/Scripts/activate.bat` and make sure you are working on command prompt (cmd.exe) not PowerShell\n\n\n2. Now you are working on the virtual environment\n\n* If you do not have Django project, go and install django and ansaotuvi applications\n\n`pip install django ansaotuvi_website`\n\n* If you have django project already, just install the ansaotuvi_website application\n\n`pip install ansaotuvi_website`\n\n3. Add the `ansaotuvi_website` application to your INSTALLED_APPS\nby adding \n\n```\n# settings.py\nINSTALLED_APPS = [\n    # Your others applications \n    'ansaotuvi_website',\n]\n```\n\n4. Add router to the `urls.py`\n\n```\n# urls.py\nfrom django.urls import path, include\n\nurlpatterns = [\n    # ....\n    path('ansaotuvi/', include('ansaotuvi_website.urls'))\n]\n\n```\n\n\nHere is a tutorial to show you how to add ansaotuvi app into a django project.\n\n[![Tutorial](http://i.vimeocdn.com/video/717548888_640.jpg)](https://vimeo.com/283303258 \"Tutorial\")\n\nHope this help!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small example package",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/hieudo-ursa/ansaotuvi-website",
        "Issues": "https://github.com/hieudo-ursa/ansaotuvi-website/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "946e332f74a425268b3781397dd590d6137353e52afb54c76fdb9efcf8a28cfc",
                "md5": "9e5bec1de8651143be5eb5e24e763f1b",
                "sha256": "4c37bd6fbe1d61e6de823c204460589d95c3197b93da108e8f623e957bac8235"
            },
            "downloads": -1,
            "filename": "ansaotuvi_website-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e5bec1de8651143be5eb5e24e763f1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 141139,
            "upload_time": "2023-12-10T04:23:06",
            "upload_time_iso_8601": "2023-12-10T04:23:06.765354Z",
            "url": "https://files.pythonhosted.org/packages/94/6e/332f74a425268b3781397dd590d6137353e52afb54c76fdb9efcf8a28cfc/ansaotuvi_website-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea26eab2eaad905cc739c37dd2e11ed899ff4e833117ad28503873fc6b931e93",
                "md5": "65534d4eb93a5538f7887febe7015e98",
                "sha256": "cd7689d9b95cc12dc908110cece1ff3b5ebe48373bb7a02c1197f58002d821fa"
            },
            "downloads": -1,
            "filename": "ansaotuvi_website-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "65534d4eb93a5538f7887febe7015e98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 139412,
            "upload_time": "2023-12-10T04:23:09",
            "upload_time_iso_8601": "2023-12-10T04:23:09.828397Z",
            "url": "https://files.pythonhosted.org/packages/ea/26/eab2eaad905cc739c37dd2e11ed899ff4e833117ad28503873fc6b931e93/ansaotuvi_website-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 04:23:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hieudo-ursa",
    "github_project": "ansaotuvi-website",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Django",
            "specs": [
                [
                    ">=",
                    "2.1.2"
                ]
            ]
        },
        {
            "name": "lasotuvi",
            "specs": [
                [
                    "==",
                    "0.1.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2018.5"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.11.0"
                ]
            ]
        },
        {
            "name": "typed-ast",
            "specs": [
                [
                    "==",
                    "1.1.0"
                ]
            ]
        }
    ],
    "lcname": "ansaotuvi-website"
}
        
Elapsed time: 0.28954s