startdomain


Namestartdomain JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://pypi.org/project/startdomain/
SummaryA django app to create apps aligned with [Django API Domains](https://phalt.github.io/django-api-domains/)
upload_time2024-02-07 23:47:58
maintainerMuhammadMoustafa
docs_urlNone
authorMuhammadMoustafa
requires_python>=3.10,<4.0
licenseMIT
keywords django scripts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # startdomain

A django app to create apps aligned with [Django API Domains](https://phalt.github.io/django-api-domains/)

## Usage

1- Install the library

    poetry add startdomain
    or:
    pip install startdomain

2- add the app to your settings.py

    INSTALLED_APPS = [
        ...
        'startdomain',
        ...
    ]

3- run the following command

    python manage.py startdomain <some_app>

## Options and Flags

- **settings.py options:**
  - SNIPPTET_FOLDER: Override the default template folder
- **command line flags:**
  - -f: remove the app if exists

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/startdomain/",
    "name": "startdomain",
    "maintainer": "MuhammadMoustafa",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "engmuhammadmoustafa@gmail.com",
    "keywords": "django,scripts",
    "author": "MuhammadMoustafa",
    "author_email": "engmuhammadmoustafa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f7/ca/77fd7c0ab805a6abd972a25d5917e3621be822cd96bb9c33f4ec20bcf8df/startdomain-0.2.6.tar.gz",
    "platform": null,
    "description": "# startdomain\n\nA django app to create apps aligned with [Django API Domains](https://phalt.github.io/django-api-domains/)\n\n## Usage\n\n1- Install the library\n\n    poetry add startdomain\n    or:\n    pip install startdomain\n\n2- add the app to your settings.py\n\n    INSTALLED_APPS = [\n        ...\n        'startdomain',\n        ...\n    ]\n\n3- run the following command\n\n    python manage.py startdomain <some_app>\n\n## Options and Flags\n\n- **settings.py options:**\n  - SNIPPTET_FOLDER: Override the default template folder\n- **command line flags:**\n  - -f: remove the app if exists\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A django app to create apps aligned with [Django API Domains](https://phalt.github.io/django-api-domains/)",
    "version": "0.2.6",
    "project_urls": {
        "Documentation": "https://github.com/MuhammadMoustafa/startdomain#readme",
        "Homepage": "https://pypi.org/project/startdomain/",
        "Repository": "https://github.com/MuhammadMoustafa/startdomain/"
    },
    "split_keywords": [
        "django",
        "scripts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd385eb486837388706750a02f59d4fe82d796d9e915dc989c1f3f3b0ff9bbe1",
                "md5": "2eafd80481edf7b4d30f1cf27d7f11cd",
                "sha256": "0df08e7fd63749e1012f562dc3a7c55b91c6504b34cf0323e843e00410395622"
            },
            "downloads": -1,
            "filename": "startdomain-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2eafd80481edf7b4d30f1cf27d7f11cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 7243,
            "upload_time": "2024-02-07T23:47:56",
            "upload_time_iso_8601": "2024-02-07T23:47:56.480017Z",
            "url": "https://files.pythonhosted.org/packages/cd/38/5eb486837388706750a02f59d4fe82d796d9e915dc989c1f3f3b0ff9bbe1/startdomain-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7ca77fd7c0ab805a6abd972a25d5917e3621be822cd96bb9c33f4ec20bcf8df",
                "md5": "8cf260ddd4ccd4147144877d0d0edf3b",
                "sha256": "9baab902c3c5fd8294add0240f366810a115cba3e6d7a96d2af266397c5ea59c"
            },
            "downloads": -1,
            "filename": "startdomain-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "8cf260ddd4ccd4147144877d0d0edf3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4527,
            "upload_time": "2024-02-07T23:47:58",
            "upload_time_iso_8601": "2024-02-07T23:47:58.252776Z",
            "url": "https://files.pythonhosted.org/packages/f7/ca/77fd7c0ab805a6abd972a25d5917e3621be822cd96bb9c33f4ec20bcf8df/startdomain-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 23:47:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MuhammadMoustafa",
    "github_project": "startdomain#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "startdomain"
}
        
Elapsed time: 0.19189s