djform-navigation


Namedjform-navigation JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/humblesami/djform_navigation.git
SummarySami Test Pip
upload_time2024-10-24 13:26:51
maintainerNone
docs_urlNone
authorSami Akram
requires_python>=3.6
licenseNone
keywords urllib httplib http
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **Insallation**

1. `pip install djform_navigation`
2. Add `form_navigation` in installed apps in `settings.py` of django project
   

    INSTALLED_APPS = [
       'form_navigation',
       # ...
    ]
(at the top)

**Description**

It adds Next and Prev buttons to the top of each edit form of django admin site
for all the models of all the apps in your project, without need to do anything
except installing the module with pip plus adding to the top of INSTALLED_APPS in settings.py

**Instructions to run the sample usage**

1. `git clone https://github.com/humblesami/djform_navigation.git`
2. `cd djform_navigation/sample_usage`
3. `pip install -r requirements.txt`

*Not required* but if you want to reset the database, you can do this
3.1. `python manage.py initsql.py`

4. `python manage.py runsever`

5. Open following url in your browser and login with given username and password
   http://127.0.0.1:8000/admin/login/?next=/admin/login
   username
   sa
   password
   123

6. Go to
   http://127.0.0.1:8000/admin/form_navigation/model1/add/

7. Add image to check preview

**Make you own pip package**
See https://github.com/humblesami/djform_navigation/blob/master/docs/make_pip.md to make/build/test and upload
`your own pip package`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/humblesami/djform_navigation.git",
    "name": "djform-navigation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Sami Akram <samiakram@live.com>",
    "keywords": "urllib, httplib, http",
    "author": "Sami Akram",
    "author_email": "Sami Akram <samiakram@live.com>",
    "download_url": "https://files.pythonhosted.org/packages/6d/e4/6e898e8a9d826c3eed2a45a67e1d719a485e4c1c85985bd7b06c32ec9f50/djform_navigation-1.1.tar.gz",
    "platform": null,
    "description": "**Insallation**\n\n1. `pip install djform_navigation`\n2. Add `form_navigation` in installed apps in `settings.py` of django project\n   \n\n    INSTALLED_APPS = [\n       'form_navigation',\n       # ...\n    ]\n(at the top)\n\n**Description**\n\nIt adds Next and Prev buttons to the top of each edit form of django admin site\nfor all the models of all the apps in your project, without need to do anything\nexcept installing the module with pip plus adding to the top of INSTALLED_APPS in settings.py\n\n**Instructions to run the sample usage**\n\n1. `git clone https://github.com/humblesami/djform_navigation.git`\n2. `cd djform_navigation/sample_usage`\n3. `pip install -r requirements.txt`\n\n*Not required* but if you want to reset the database, you can do this\n3.1. `python manage.py initsql.py`\n\n4. `python manage.py runsever`\n\n5. Open following url in your browser and login with given username and password\n   http://127.0.0.1:8000/admin/login/?next=/admin/login\n   username\n   sa\n   password\n   123\n\n6. Go to\n   http://127.0.0.1:8000/admin/form_navigation/model1/add/\n\n7. Add image to check preview\n\n**Make you own pip package**\nSee https://github.com/humblesami/djform_navigation/blob/master/docs/make_pip.md to make/build/test and upload\n`your own pip package`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Sami Test Pip",
    "version": "1.1",
    "project_urls": {
        "Changelog": "https://github.com/humblesami/djform_navigation/CHANGES.rst",
        "Code": "https://github.com/humblesami/djform_navigation",
        "Homepage": "https://github.com/humblesami/djform_navigation.git",
        "Issue tracker": "https://github.com/humblesami/djform_navigation/issues"
    },
    "split_keywords": [
        "urllib",
        " httplib",
        " http"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52fd9744be3d2c48240210d4ac5767071beb0e11d8e949421300bfd4e796cc6c",
                "md5": "e7dd424aea1dd078656385444fb7fa5b",
                "sha256": "425a97c3ed1c713e1570f2b0bcc1a1dd99f4f3d07ad3e12188bef9e07f45cc57"
            },
            "downloads": -1,
            "filename": "djform_navigation-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7dd424aea1dd078656385444fb7fa5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6698,
            "upload_time": "2024-10-24T13:26:50",
            "upload_time_iso_8601": "2024-10-24T13:26:50.427558Z",
            "url": "https://files.pythonhosted.org/packages/52/fd/9744be3d2c48240210d4ac5767071beb0e11d8e949421300bfd4e796cc6c/djform_navigation-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de46e898e8a9d826c3eed2a45a67e1d719a485e4c1c85985bd7b06c32ec9f50",
                "md5": "421424addf40c82179b58558654dea39",
                "sha256": "9f4222c5bbadf70e52d54218159e840445a6654b9231a3738b6bbda74b525568"
            },
            "downloads": -1,
            "filename": "djform_navigation-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "421424addf40c82179b58558654dea39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13176,
            "upload_time": "2024-10-24T13:26:51",
            "upload_time_iso_8601": "2024-10-24T13:26:51.762214Z",
            "url": "https://files.pythonhosted.org/packages/6d/e4/6e898e8a9d826c3eed2a45a67e1d719a485e4c1c85985bd7b06c32ec9f50/djform_navigation-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 13:26:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "humblesami",
    "github_project": "djform_navigation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "djform-navigation"
}
        
Elapsed time: 0.41138s